OpenBank

From UODemo Wiki
Revision as of 17:54, 21 October 2012 by Batlin (talk | contribs) (Created page with 'void '''openBank'''(object ''Player'');<br> The ''openBank'' function expects a valid player object. If a player object was provided then: 1) a packet is send to his/her client …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

void openBank(object Player);

The openBank function expects a valid player object. If a player object was provided then: 1) a packet is send to his/her client with the bank contents 2) the object variable bankOpenLoc is set and will contain the currect location of the player


Return to the Command List.