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