
03-02-2002, 01:07 AM
|
Somewhat rusty
|
 |
Join Date: Mar 2001
Posts: 5,059
|
|
Quote:
Originally posted by TDK_RC6
is there anyway you can pass this.strings from the calling npc to the receiving npc??
|
*grabs Stefan's example
Quote:
Originally posted by Stefan
NPC Code:
setstring tempstring,#s(this.stringfrom);
with (getnpc(name)) {
setstring this.stringto,#s(tempstring);
setstring tempstring,;
}
|
|
|
|