Thread: PK Beer
View Single Post
  #1  
Old 03-29-2002, 10:31 PM
DragonLX2k1 DragonLX2k1 is offline
Registered User
Join Date: Mar 2002
Location: Texas
Posts: 26
DragonLX2k1 is on a distinguished road
Send a message via AIM to DragonLX2k1
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?
Reply With Quote