AddStage(); SetStageMessageIndex(21); AddObjective("jump"); SetObjTotal(10); CloseObjective(); CloseStage();
New Mod Features Not Working
Posted in Support
Please login to contribute to the conversation.
Hadley Steel Checking out the Mod Demonstration and trying to implement some of its features into my mod. Unfortunately, some of them just don't show up, others crash the game. Is there something I'm mis
Checking out the Mod Demonstration and trying to implement some of its features into my mod. Unfortunately, some of them just don't show up, others crash the game. Is there something I'm missing?
Borb Make sure you have this line in Meta.ini.
RequiredHack=AdditionalScriptFunctionality
If you have that line and it still doesn't work, would you be able to post the rest of the mission script?
Make sure you have this line in Meta.ini.
RequiredHack=AdditionalScriptFunctionalityIf you have that line and it still doesn't work, would you be able to post the rest of the mission script?
Hadley Steel That did it, thanks!
That did it, thanks!