I found an error in the script that seems to mess up the game.
The year is 444 and after the 3rd season i got moved to year 594 AD which is supposed to be the end of the script, then the advisor pops up telling me i have to activate the script again which brings me back to 444 but the script gets totally corrupt and it pops up everytime i click on a city...
Looking at the script file i found this:
console_command date 444
console_command season summer
while I_TurnNumber = 356
suspend_unscripted_advice true
end_while
console_command date 444
console_command season summer
while I_TurnNumber = 357
suspend_unscripted_advice true
end_while
console_command date 444
console_command season summer
while I_TurnNumber = 358
suspend_unscripted_advice trueend_while
console_command date 444
console_command season winter
while I_TurnNumber = 359
suspend_unscripted_advice true
end_while
So there is a messed up "end_while" it seems but when i tried to move it where it is supposed to be when i started the game the show_me_how button was disabled and when i exit the game i got a massage about a script error that "cannot find token:end_while". Kind of a vicious circle there. In addition i tried the simple script and the result is the same script error token thingy. I have no idea how to fix it and the bottom line is that my campaign is unplayable after this date at least not with a scriptIf anyone has an idea how to bypass or fix this i would be grateful.




Reply With Quote







