- Joined
- May 5, 2015
- Messages
- 7
- Reaction score
- 0
- First Language
- English
- Primarily Uses
In the level I'm working on there are 4 sprites that appear as "enemies" (no combat you just run). What I am trying to do is when you walk into the room I want it to do a random number generation (0-100) where the corresponding number activates one of the four to appear and chase you.
The issue is trying to make this work with the separate events and sprites. I tried doing it with pages but they only have the option of "if lower than variable" which wont work because if it randomizes 100 then all four will appear and chase you.
Tried conditional branches, but I'm not sure how to make it trigger an event with a separate sprite, only a common event which does not allow me to generate a sprite.
Any help would be fantastic, willing to use events and scripts if you have recommendations.
The issue is trying to make this work with the separate events and sprites. I tried doing it with pages but they only have the option of "if lower than variable" which wont work because if it randomizes 100 then all four will appear and chase you.
Tried conditional branches, but I'm not sure how to make it trigger an event with a separate sprite, only a common event which does not allow me to generate a sprite.
Any help would be fantastic, willing to use events and scripts if you have recommendations.


