Thread: Bars and Beer
View Single Post
  #10  
Old 08-31-2001, 05:13 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
don't use playersays
PHP Code:
//NPC Made by Merlin
if (playerenters) {hide;}
if (
playerchats&&strequals(#c,buy beer)) {
  
if (playerrupees=>1) {
    
playerupees=-1;
    
beer();
  }
}
if (
playertouchsme) {
  
heal();
}
function 
beer() {
  
show;
}
function 
heal() {
  
hurt -3;
  
hide;


Last edited by Merlin; 08-31-2001 at 05:28 AM..
Reply With Quote