View Single Post
Old 05-05-10, 09:20 AM   #3
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Move this line to InitializeScript from PageActivated:

Pageobsperiscope.AnimationStopped += Pageobsperiscope_AnimationStopped

move it's assocaited -= to unload script

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, ]:
TheDarkWraith is offline   Reply With Quote