how can I do something like this?
Simba Code:const
Banker = 'BANK_NPC_BLUE';
If Bankscreen.Open(Banker) Then // banker needs to be the const
how can I do something like this?
Simba Code:const
Banker = 'BANK_NPC_BLUE';
If Bankscreen.Open(Banker) Then // banker needs to be the const


Don't forget, you can also do this.
Simba Code:if bankscreen.open(BANK_NPC_BLUE) then
I dont mean to hijack this but i feel this as a nooby question, in some scripts where we search for a mouse over text we search for 'vergreen' or 'hop down' why do we always omit the first character
There are currently 1 users browsing this thread. (0 members and 1 guests)