Hello there, before we begin:
Windows 7 Ultimate
32-bit Operating System
Intel(R) Celeron(R) CPU E1400 2.00 GHz
2.00 GB RAM (Memory)
Display: NVIDEA GeForce GT 430
I added a variable to a sprite (my enemy in the game) called "BulletChoice" and it starts off at 0. in the events I added an event that says:
* If enemy.BulletChoice = 0 Then:
* - Set enemy.BulletChoice To ("Random(1, 2)")
The combinations I've tried:
Random(1, 2)
Random(3)
Random(0, 2)
Random(0, 3)
Random(1, 3)
Random(1, 2)
Random(2)
I'm tyying to get the value to choose 1 or 2 (later there will be more) but It doesn't choose any of those numbers it seems, I really don't know what happens there? :S