Is it possible to return a variable name with a function to be used with an opperator?
Function Script:
NPC Code:
return makevar("clientr." @ this.flag @ "item_" @ getitemvar(archetype,"count"))[0];
NPC Code:
getitemvar(archetype,"qty") += 2;
Doesn't work for me in the way I would like.
Also it would be nice if GS2 was only activated in a script by header like Kaimetsu has stated:
Quote:
|
Originally Posted by Kaimetsu
I'd personally like a system where the two languages are completely distinct, and the scripter announces that he wants to use GS2 by use of a special header. Like, one of those //#HEADER things.
|
Though I believe it best if this feature was available by server option. False at default.