View Single Post
  #1  
Old 02-12-2005, 06:56 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
GScript2 Questions

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
__________________


Last edited by Evil_Trunks; 02-12-2005 at 06:43 PM..
Reply With Quote