- Joined
- Sep 6, 2012
- Messages
- 88
Hi guys,
I'm sorry for asking so many questions, but can you help me with this one ? Let's say I want to get a random number to store in an integer variable, so I use this action
1st try: got number 2 from the set from 0 -> 4.
2nd try: whichever number is fine from 0 -> 4, except 2 (it was picked once).
So, how can I write a trigger that can perform this task ?
Thank you very much for helping !
I'm sorry for asking so many questions, but can you help me with this one ? Let's say I want to get a random number to store in an integer variable, so I use this action
- Set Integer_Random = (Random integer number between 0 and 4)
1st try: got number 2 from the set from 0 -> 4.
2nd try: whichever number is fine from 0 -> 4, except 2 (it was picked once).
So, how can I write a trigger that can perform this task ?
Thank you very much for helping !