- 4
- Posts
- 5
- Years
- Seen Jun 28, 2019
It's probably as generic a problem as one can have.
When entering one of my maps, it gets a black screen and the game presumably freezes. This occurred after adding a script with a type of "on entering map / not on menu close." It's the only script on the map. Removing the script "solves" the issue, but I would very much like to be able to have entering a map trigger an event.
I saw a fix to a similar problem, but the map's footer offset already ends in an 8.
Any ideas?
Update: Messing around with the script type of the map header script partially solves the problem. Seems like I'm trying to manipulate things that don't exist yet by the game's reckoning, (ie "on enter" is literally as the player enters, which might mean that a lot of stuff isn't available for access).
When entering one of my maps, it gets a black screen and the game presumably freezes. This occurred after adding a script with a type of "on entering map / not on menu close." It's the only script on the map. Removing the script "solves" the issue, but I would very much like to be able to have entering a map trigger an event.
I saw a fix to a similar problem, but the map's footer offset already ends in an 8.
Any ideas?
Update: Messing around with the script type of the map header script partially solves the problem. Seems like I'm trying to manipulate things that don't exist yet by the game's reckoning, (ie "on enter" is literally as the player enters, which might mean that a lot of stuff isn't available for access).
Last edited: