hammondr
10-22-2006, 07:29 PM
Can be fixed in Studio:
In the "SageMC Options" menu, Before MenuUnload:
PlaySounds = GetProperty("sagemc/play_sounds", false))
should be
PlaySounds = GetProperty("sagemc/play_sounds", false)
I've seen a few other errors, and I'll post those when I come across them.
In the "SageMC Options" menu, Before MenuUnload:
PlaySounds = GetProperty("sagemc/play_sounds", false))
should be
PlaySounds = GetProperty("sagemc/play_sounds", false)
I've seen a few other errors, and I'll post those when I come across them.