1. I can't do this for some reason
PHP Code:
colors = player.colors;
both are arrays
i can do this, however
PHP Code:
this.array = colors;
the array of NPC colors is copied to this.array
2. hasweapon, it does not work for me (using old gscript serverside)
and i can't figure out what the correct substitution is for this
3. addstring, I can't get this to work with gscript2
PHP Code:
addstring(this.list,"test");
message(this.list);
the message shows 0
4. could someone explain getstring()?
edit: nevermind this one