View Single Post
  #2  
Old 01-28-2009, 04:37 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
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
Reply With Quote