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();
?