ID:178253
Jun 4 2002, 3:15 pm
|
|
Well im trying to make a Tame Verb so people can tame monsters and i dont got much clue on where to start, well i want something like if you are level 13 and try to tame a chicken ,there's a little chance of getting it but if your like 17 or something there's more chance
|
Jun 4 2002, 6:25 pm
|
|
if(usr.ChickenBawkBawk > rand(0,usr.ChickenBawkBawk))
|
In response to Thief Jack
|
|
Thief jack wrote:
if(usr.ChickenBawkBawk > rand(0,usr.ChickenBawkBawk)) Even better: if(0 > 1) |