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}