Quote:
Originally Posted by TheDarkWraith
Move this line to InitializeScript from PageActivated:
Pageobsperiscope.AnimationStopped += Pageobsperiscope_AnimationStopped
move it's assocaited -= to unload script
|
Had tried that from copying the Dafault Hud format:
But whats follows I didn't see in that script, looks Interesting.
That looks like it will kickstart it into doing the Animationstop part

.
Quote:
Originally Posted by TheDarkWraith
add this to the end of InitializeScript:
Menu_PageActivated( Pageobsperiscope )
remove pass from startgame and unloadscript
remove stray comma after 5:
if d.Hour in [ 22,23,0,1,2,3,4,5, ]:
|
Don't know how that comma keeps making it back into my code, could have sworn I deleted it

.
Will Test this soon, Did something silly - disabled My WIP UI Mod from JGSME to try something without backing up what I had done for the last few days. (The second I clicked on remove it dawned on me

) So now I have to redo my work to get back to this point

. At least its just stuff in the Menu Editor that needs redoing as Graphics are all duplicated - Phew.