View Single Post
  #2  
Old 03-11-2001, 02:28 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Just put in this:
NPC Code:

if (fillinglagsnormallyneededforbuyinghere&&!isweapon ) {
if (hasweapon(weaponname) {
setcharprop #c,Sorry you already have this item!;
}
else {
toweapons weaponname;
optionalextrascriptthingshere;
}
}
And then from here on whatever you had already scripted.

__________________

Reply With Quote