View Single Post
  #3  
Old 01-28-2009, 05:59 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by WhiteDragon View Post
Not entirely sure, but just a note, it would probably make more sense to use a hash (TStaticVar/TGraalVar) in this case:

PHP Code:
temp.staff = new TStaticVar();
temp.staff.cbk1994 "Scripter";
temp.staff.PepperTheCat "Management";

temp.playerPosition temp.staff.(@ player.account);
if (
temp.playerPosition != null)
  
player.chat "You are staff:" SPC temp.playerPosition
Agreed, though there are still cases where this might be needed.
__________________
Reply With Quote