View Single Post
  #13  
Old 12-04-2002, 11:56 PM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
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
}

__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote