View Single Post
  #1  
Old 11-15-2001, 11:27 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
Heres For joo people

this is for when u buy an item it takes the value down
if (playerenters){
item = item = 10;
}
if (playersays(Buy item)){
item = item - 1;
}
__________________

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