ID:178253
 
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
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)