Thread: sHOP sCRIPT
View Single Post
  #6  
Old 08-31-2001, 12:15 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Re: wrong ...

Quote:
Originally posted by nyghtGT

This ould be wrong cause you would need 6 rupees to buy .. the correct to make something cost 5 rupee would be

if (created) {show;
}
i (playersays(buy arrows) && playerrupees>4) {
playerdarts+=5;
playerrupees-=5;
setplayerprop #c, Yipee !!!!;
}
no...
his way is saying if your rupee count is equal to or greater then 5 yours is just saying greater then 4 same thing basicly
Reply With Quote