View Single Post
  #12  
Old 03-20-2003, 02:47 AM
Falados Falados is offline
Cucumber NPC
Falados's Avatar
Join Date: Jan 2003
Posts: 141
Falados is on a distinguished road
Send a message via ICQ to Falados Send a message via AIM to Falados
Quote:
Originally posted by Python523
thiso vars don't exist
Added Info: Use non-prefixed variables to transfer variable information from one NPC to the other using With()
var = this.var;
with(getnpc(NPC)) {
this.nicevariable = var;
}
__________________

subliminal message: 1+1=3
Reply With Quote