Thread: PutNpc2
View Single Post
  #1  
Old 07-30-2002, 08:24 PM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
Question PutNpc2

dunno if it was asked before, but, how to pass
variables from a script to a script using putnpc2?

example if i have a script like this:

v1=2;
putnpc2 blahblah {
message #v(v1);
}

the variable 'v1' don't pass to the new npc...
how to do it?