
04-29-2001, 11:43 AM
|
|
Psionic Youth
|
 |
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
|
|
|
if(playerdrinksthebeer){//whatever condition, playertouchsme on the beer will work
setstring drunk,#v(strtofloat(#s(drunk))+1);
}
if(playersprite=38){ //sleep it off
setstring drunk,#v(strtofloat(#s(drunk))-1);
}
You can work out how to keep the player from getting negative drunkenness on your own. ^_^ |
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."
"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
 - My pet, the Levelup Gnome
http://forums.graalonline.com/forums...&postcount=233
|
|
|
|