
10-01-2001, 05:45 AM
|
|
Lord Helmut
|
 |
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
|
|
|
so somthing like this:
if(playerenters){
setstring balls,0;
}
then in the balls:
if(playertouchsme){
balls = balls + 1;
}
then to sell make a NPC like:
if(playerchats&&(#c,sell balls)){
playerrupees = playerrupees + balls * 2; //to get 2 g for 1 ball
setstring balls,0;
}
just try somthing like that. Im not sure if i did all of it right but thats just off the top of my head |
__________________
Warrior of Light
WWW.BABYLONSERVER.COM
|
|
|
|