Quote:
Originally posted by joseyisleet
use like if (strequals(#g,Guild name here) && rest of this poop){
actions;
}
and then for the selling of it or w/e your talking about im guessing Get player i dont know getplayer but ive seen it been used x.x Just a guess.
-Howard
|
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