Thread: putnpc2
View Single Post
  #18  
Old 09-29-2002, 03:53 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
You can
But the better way probably is to do...

NPC Code:
putnpc2 x,y,{
if (created) message #s(this.text);
};
with (npcs[npcscount-1]) setstring this.text,Hi :O;