Quote:
Originally posted by Loriel
Variables like those are local to a certain NPC.
|
They don't start with this., so NO!
And:
NPC Code:
with (npcs[npcscount-1]) {
this.hat = strtofloat(#I(clientr.hats,hatnum)); // <- this works
deletestring clientr.hats,hatnum; // <- this doesn't
}