That fixed it. Thanks.
I am also trying to optimize the Immersive Char Gen scripts and this is the message I get:
3) ICMQ_State8RoomRiot4: Failed to compile script!
4) Error: Line 13 (1): Syntax Error: Expected '->' but found 'End-of-Line' ()!
Invalid input was received!
Here's the script:
Begin ICMQ_State8RoomRiot4short statefloat timerif ( MenuMode == 1 ) returnendifif ( state == 7 ) if ( ICMQState >= 9 ) StopCombat "ICMQ_RPRisoner8" ICMQ_RPrisoner6->disable ICMQ_RPrisoner8->disable set state to -1 endifendifif ( state == 6 )StartCombat "ICMQ_RPrisoner8"set state to 7endifif ( state == 5 ) if ( ICMQState == 6 ) set state to 6 endifendifif ( state == 4 )set timer to timer + GetSecondspassed if ( timer > 3 ) say, "vo\d\m\Atk_DM001.mp3", "Now you die!" set timer to 0 set state to 5 endifendifif ( state == 3 )set timer to timer + GetSecondsPassed if ( timer > 1 ) say, "vo\w\m\Atk_WM006.mp3", "You chose the wrong Bosmer to mess with!" ; Bosmer speaking set timer to 0 set state to 4 endifendifif ( state == 1 )set timer to timer + GetSecondspassed if ( timer > 2 ) say, "vo\d\m\Hlo_DM021.mp3", "Bothersome creature." set timer to 0 set state to 3 endifendifif ( ICMQState == 5 ) if ( state == 0 ) set timer to timer + GetSecondsPassed if ( timer > 0 ) say, "vo\d\m\Hlo_DM019.mp3", "I don't wish to be seen with you." set timer to 0 set state to 1 endif endifendifend
Is this a valid complaint? I does not seem to go away no matter what I do.