Thread: Bars and Beer
View Single Post
  #2  
Old 08-31-2001, 04:33 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Re: Bars and Beer

Quote:
Originally posted by Rone
I am a Super stupid Scripting Noob.. Not really but i cant figure out to make it so you say "Buy Drink" and it takes a graley off yer account and gives you a drink....And then the drink fills up health.. I R DUMB :grrr:
you aint kidding
here it is anyway

put this in the beer gfx

if (playerenters) {hide}
if (playersays(buy beer)&&playerrupees>0) {
playerrupees-=1;
show;
}
if (playertouchsme) {
playerhearts+=1}
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote