Thread: Shop NPC
View Single Post
  #4  
Old 08-30-2002, 12:47 AM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by emortylone


You can't start it with (strequals) because it isn't really an action. If you put if (playerchats && strequals(#g,Shop Keeper)) then it would read it because Playerchats starts. Here is what happens w/ getnpc
NPC Code:

with (getnpc(acc name))
{ actions;
addweapon [name]; is what you'd want I guess
}


but it is inside if (playerchats etc)
---Shifter
There you go again. I think you will find that hes not that good of a scripter to understand that. The if (playerchats && strequals(#g,Shop Keeper)) will do fine for him right now I think.
Reply With Quote