Anbeegod Posted October 12, 2015 Posted October 12, 2015 Same as the topic. I'm making a mod, but none of the scenes that I added would actually work.
Veladarius Posted October 12, 2015 Posted October 12, 2015 Have you confirmed that the script that triggers the scene is working when it should? Also, if the scene involves the player have you disabled their controls (scenes involving the player won't run otherwise).
aqqh Posted October 12, 2015 Posted October 12, 2015 and if this is an npc then make sure they are not running any other scene at that point. if they do then any other scene would refuse to start() unless you forcestart() it there are number of things that can make scene stuck tbh.
Anbeegod Posted October 12, 2015 Author Posted October 12, 2015 The NPC doesn't have another scene running. The script is fine, I'm pretty sure, because I tested by adding new phase to vanilla scenes and it fails to work, and the vanilla scenes have their related scripts.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.