Forgot your password?
Or sign in with one of these services
Lugruf last won the day on July 31 2016
Lugruf had the most liked content!
May 20, 2024
October 29, 2023
June 25, 2023
December 6, 2022
October 28, 2022
October 24, 2022
See all updates by Lugruf
Can I use the unary negation operator ! in whatever language Reborn's code uses when evaluating a boolean to check if a pokemon doesn't have a certain ability for example?
Lugruf
basically this:
if !attacker.hasWorkingAbility(:STEAM)
// Do whatever
Marcello
Reborn works in Ruby, and yeah, you can.
Thanks