so I'm trying to make a horror game where the monster (once activated) will teleport randomly around the player in a set radius, how do i do this, the code im using currently is not working.
here is the code I have,
+ Monster: Is MonsterActive
-> Monster: Set Orbit target to (Player.X, Player.Y)
+ System: Every 5 seconds
+ Monster: Is MonsterActive
-> Monster: Set visibility Visible
-> Monster: Set Orbit speed to 0 degrees per second
-> Monster: Set Orbit rotation round(random(0,360))