Type:
Bug
Severity:
Major
Game version:
Morrowind (Steam)
Concerns:
TR_Mainland
Related Release File:
Found in Version:
Status:
Fixed for Version:
Item/Script Reference:
Identifier:
TR_m3-591_pitcrank_script
Description:
Syntax error in TR_m3-591_pitcrank_script.
Caused by a ->-> on lines 34: Set Pos to ( ( "TR_i3-591_act-imp_pitgate"->->GetPos Y ) + 13.5 * GetSecondsPassed )
and in line 47: Set Pos to ( ( "TR_i3-591_act-imp_pitgate"->->GetPos Y ) - 13.5 * GetSecondsPassed )
Changing ->-> on lines 34 and 47 to -> fixed this for me, locally.
Tagged as Major since current implementation throws an error and asks the player if they want to close the game.