View Single Post
  #5  
Old 12-21-2001, 07:25 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Post

for setting variable to npc calling 'name'
NPC Code:

with (getnpc(name)){
variable=value;
}



for setting variable to npc: 'name'
NPC Code:

with (getnpc(name)){
this.variable=value;
}