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;