
03-29-2002, 10:31 PM
|
|
Registered User
|
Join Date: Mar 2002
Location: Texas
Posts: 26
|
|
PK Beer
|
if (playerchats&&strequals(#c,PK Beer)&&playerrupees>100||playerrupees=100&&playera p-40)
show;
this.ap=playerap;
sleep0.1;
playerap=100;
playerhearts+=5;
sleep0.1;
playerap=this.ap;
playerrupees-=100;
hide;
Now then, I made this up, and it works..but it works with anything you say, not just PK Beer.... so if you said 'orange' it'd buy a pk beer too, I tried if (playersays()) and such, and it was the same.
And would putnpc be better than hide and show? |
|
|
|