Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /// @description Chance(percent)
- /// @param percent
- // Returns true or false depending on RNG
- // ex:
- // Chance(0.7); -> Returns true 70% of the time
- return argument0 > random(1);
Advertisement
Add Comment
Please, Sign In to add comment