Thread: Bars and Beer
View Single Post
  #13  
Old 09-01-2001, 02:01 PM
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
Quote:
Originally posted by Rone
Even though i doubt you can help.. Merlins scrpt was OK.. but it didn't take a gralet.. another thing is I would like the beer to be warped to right to the Right of where the player is
PHP Code:
if (playerenters) {show;
}
if (
playerchats&&strequals(#c,buy beer) {
if (playerrupees>4) {
playerrupees=playerupees-5;
show();
}
}
function 
show() {
putnpc2 beer.txt,playerx-1,playery;
}

//in a .txt called "beer.txt"
if (created) {showimg beer.gif,thisx,thisy;
}
if (
playertouchsmeheal();

function 
heal() {
hurt -3;
destroy;

i guess
Reply With Quote