Currently I'm trying to save the following script, though it wont save and just show "Do you want to save script? Current ="
scn AAMarksOfficeTurnStairLightsOn
scn AAMarksOfficeEnableEmergencyStairLightbegin GameMode if (AAMarksOfficeEmergencyStairsLight1.GetDistance Player) >= 50 enable AAMarksOfficeEmergencyStairsLight2 enable AAMarksOfficeEmergencyStairsLight3 enable AAMarksOfficeEmergencyStairsLight4 endifend
Is there a bug in it? I'm not sure, as I'm a beginner in scripting (this is my 2nd script).
