View Single Post
  #2  
Old 07-01-2006, 12:13 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Your variables seem a bit odd to me.

Quote:
gang_Test.rank.leader.Boss= "Boss";
that one specifically. If you are setting it to a string, it probably should be deleting the object that it was and replacing it with only a string value.

Before you set these variables in the DB-NPC, did you do something like:
PHP Code:
this.gang_Test = new TStaticVar(); 
?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote