Raven_2012
01-10-14, 07:57 PM
I never messed with Page background.py before, but my question can two be merged into one.
The reason I ask, Realistic_Hydrophone_1_1 and Speech Recognition_MiTons_NewUI_Editon_v0.4.1_english both have Page background.py
I would like a to figure out a way to make them both compatible with each other.
:ping:
Here is Realistic_Hydrophone_1_1 Page background.py
from menu import *
from RealisticHydrophone import RealisticHydrophone
def InitializeScript():
ScriptManagerManaged.Trace( "Page background InitializeScript" )
RealisticHydrophone.MakeSureIsLoaded( MenuPageWrapper.InitializeScript.Now )
def StartGame():
ScriptManagerManaged.Trace( "Page background StartGame" )
def EndGame():
ScriptManagerManaged.Trace( "Page background EndGame" )
def UnloadScript():
ScriptManagerManaged.Trace( "Page background UnloadScript" )
And here is Speech Recognition_MiTons_NewUI_Editon_v0.4.1_english Page background.py
from SpeechRecognition import SpeechRecognition
def InitializeScript():
SpeechRecognition.MakeSureIsLoaded( MenuPageWrapper.InitializeScript.Now )
def StartGame():
pass
def EndGame():
pass
def UnloadScript():
pass
I like Speech Recognition mod and I want to try Realistic Hydrophone mod.
The reason I ask, Realistic_Hydrophone_1_1 and Speech Recognition_MiTons_NewUI_Editon_v0.4.1_english both have Page background.py
I would like a to figure out a way to make them both compatible with each other.
:ping:
Here is Realistic_Hydrophone_1_1 Page background.py
from menu import *
from RealisticHydrophone import RealisticHydrophone
def InitializeScript():
ScriptManagerManaged.Trace( "Page background InitializeScript" )
RealisticHydrophone.MakeSureIsLoaded( MenuPageWrapper.InitializeScript.Now )
def StartGame():
ScriptManagerManaged.Trace( "Page background StartGame" )
def EndGame():
ScriptManagerManaged.Trace( "Page background EndGame" )
def UnloadScript():
ScriptManagerManaged.Trace( "Page background UnloadScript" )
And here is Speech Recognition_MiTons_NewUI_Editon_v0.4.1_english Page background.py
from SpeechRecognition import SpeechRecognition
def InitializeScript():
SpeechRecognition.MakeSureIsLoaded( MenuPageWrapper.InitializeScript.Now )
def StartGame():
pass
def EndGame():
pass
def UnloadScript():
pass
I like Speech Recognition mod and I want to try Realistic Hydrophone mod.