View Single Post
  #18  
Old 08-16-2001, 11:07 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by Beatles413
.. I dont understand those stupid guides....
Can someone just tell me the beer at the bar script
Learn to script...the bar script is stupid anyways...but if you want it, here it is.
NPC Code:
if (playerchats&&strequals(#c,buy beer) {
putnpc beer.gif,beer.txt,playerx,playery-2;
playerrupees-=5;
}


Then make a .txt file in the same directory with...
NPC Code:
if (playertouchsme) {
playerhearts+=1;
destroy;
}

__________________
the sky is falling
Reply With Quote