Ummmm i would like to know how to make people buy a drink wen they say sumin......i already know how to make them buy it then wen they use it it makes ur hearts refill and disapears but could someone tell me how to make it so when u buy it, it goes toinventory then press a button to use it( like number 3) and it plays the gani file of him drinking a milk bottle image.......also could someone tell me the script so (im making a server) wen u own a house and u can warp people in it if the people ur warping in lets u
Thats probably the easiest thing I seen on the message boad.(Besides the *** posts that some people put).
If you want to see the gani file......anyway try this.
//NPC Made by Maximus Darkrider
if (playersays(Buy Bottle)&&playerrupees>9)) {
toweapons Bottle;
}
if (weaponfired) {
freezeplayer 1.3;
setani drinkbottle,;
playerhearts +=3;
}