View Single Post
  #20  
Old 10-02-2001, 02:32 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
i made a ball system here it goes
// NPC made by Fireball
if (playerenters) {toweapons *Ball System;
}
if (playertouchsme) {
}
if(playersays(Show Balls))
say2 You have #v(balls) balls;
if(playersays(sell balls)){
playerrupees = playerrupees + balls * 2;
//to get 2 g for 1 ball
setstring balls,0;
balls = balls - (#v,balls);
}
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote