01-04-2010, 08:46 PM
Heya, I was wondering if there was a way I could check if the value of a number is even or odd numbered through scripting. Is there? If so, how do I do it? :o
How to check if the value of a number is an even or odd number?
|
01-04-2010, 08:46 PM
Heya, I was wondering if there was a way I could check if the value of a number is even or odd numbered through scripting. Is there? If so, how do I do it? :o
01-04-2010, 09:07 PM
There has gotta be a simple MACL def to handle odd/even checking. Something like:
if my_test_value.is_a?(odd_value) or something
01-04-2010, 09:15 PM
Code: if number%2==0
01-04-2010, 09:28 PM
*Smacks forehead*
The % Remainder symbol. I totally forgot. Yep. That'll do it.
01-04-2010, 10:06 PM
pwnt.
(I didn't see that coming, thought it was a trick question :l) |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Pausing script from processing for a number of frames | firestalker5 | 8 | 11,148 |
04-25-2011, 10:04 AM Last Post: deValdr |
|
Check player facing direction | desbrina | 5 | 7,581 |
06-20-2010, 09:58 PM Last Post: deValdr |
|
how to check if a method has been aliased? | Charlie Fleed | 6 | 9,182 |
01-21-2010, 06:26 PM Last Post: DerVVulfman |
|
How to check if actor has certain stat(s) with RGSS? | Twin Matrix | 4 | 9,715 |
01-04-2009, 05:35 PM Last Post: Twin Matrix |