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.