More Mountains Inventory persistance across scenes
Posted: Sun Apr 14, 2024 1:34 pm
Hi Tony,
Unfortunately i'm having difficulty keeping the inventory the same across different scenes and I think it might have something to do with how I am loading my leves. Currently this is through sequences on dialogue choices like this:
Any help would be greatly appreciated, thank you
Unfortunately i'm having difficulty keeping the inventory the same across different scenes and I think it might have something to do with how I am loading my leves. Currently this is through sequences on dialogue choices like this:
Code: Select all
SetContinueMode(false);
Fade(out)->Message(Done);
SetContinueMode(true)@Message(Done);
LoadLevel(CroftExteriorNight)@Message(Done);
Continue()@Message(Done)