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 (playertouchsme) heal();
function heal() {
hurt -3;
destroy;
}
i guess