Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Call BankItems??


JayT
 Share

Recommended Posts

I tried that on my game and it didn't work.

I knew about that all along, I just didn't suggest it because of personal experience.

(lmao, using senddata you could make a pet script, that's how powerful it is if you know how to use it ;D)
Link to comment
Share on other sites

@Umbra!:

> I tried that on my game and it didn't work.
>
> I knew about that all along, I just didn't suggest it because of personal experience.
>
> (lmao, using senddata you could make a pet script, that's how powerful it is if you know how to use it ;D)

I heard that using SendData can lead to unstableness if you don't know what you're doing; I usually don't use it myself, but it should be fine for just opening a bank.

I just tried it in EE2.8, as a HotScript; it does open the bank for me:
```
Sub HotScript(Index, KeyID)
Select Case KeyID
' Executes when any player presses the PageUp key.
Case 1
Call SendDataTo(Index, "openbank" & Chr(237))

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...