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;
}