
07-30-2002, 08:24 PM
|
No memory dump.
|
Join Date: Jul 2002
Location: Brazil
Posts: 70
|
|
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? |
|
|