Quote:
|
Originally Posted by falco10291029
Here I converted the whole thing to GS2 (serverside of course),
|
NPC Code:
if (actionserverside) {
NPC Code:
putnpc2 tokens[0],tokens[1],{
also this is wrong:
NPC Code:
removeweapon(this.weapon);
i think you need to use with() (don't think you can use objects with this command)
NPC Code:
insertstring(client.messages,0,"you dropped a" @this.weapon);
this is bad too, you should use obj.insert(), and make sure this is in a with() as well, or use the player object