conventionally these variables were named PLAYER_ACTOR and ONMISSION respectively. Changing them may break CLEO scripts assuming they are safe to use as they get compiled using randomly available IDs and thus wouldn't match the code in the main.scm. While this is not recommended to use global variables in CLEO script, these two are well-known exceptions
11=script_controlled_player 207=flag_player_on_mission
conventionally these variables were named PLAYER_ACTOR and ONMISSION respectively. Changing them may break CLEO scripts assuming they are safe to use as they get compiled using randomly available IDs and thus wouldn't match the code in the main.scm. While this is not recommended to use global variables in CLEO script, these two are well-known exceptions