Thread: Bars and Beer
View Single Post
  #14  
Old 09-01-2001, 03:53 PM
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
NPC Code:
if (playerchats) {
if (strequals(#c,buy beer))
if (!visible) {
if (playerrupees>=1) {
playerrupees-=1;
showlocal;
}
else say2 You don't have enough money!;
}
else say2 You already have a beer;
}
}
if (playertouchsme) {
playerhearts+=0.5;
hidelocal;
}

__________________

Reply With Quote