
11-13-2001, 05:25 AM
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
just do like on the chest
if (actionadd) {
rupees+=strtofloat(#p(0));
}
then on the beer.txt thing you want to put
if (playertouchsme ) {
... whatever here like heal the palyer blabla..
triggeraction xOfTheChest,yOfTheChest,add,CostOfBeer;
} |
|
|