ScriptingCommandsGame data(42) _ARRIVE_FLAG_SETOn this page(42) _ARRIVE_FLAG_SETEffectSets the given system flag to true.Also updates the player's badge count.Syntax_FLAG_SET(sysflag)ArgumentDescriptionTypesRequiredsysflagThe system flag to setSysFlagRequiredExample_ARRIVE_FLAG_SET($SYS_FLAG_PAIR)The above script will set the $SYS_FLAG_PAIR system flag.