View Single Post
  #15  
Old 03-02-2002, 01:07 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
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,;
}