_oem_end_training
- Takes the player back to the main menu._oem_end_logo
- Same as above._oem_end_demo
- This was used in the demo. Same as above, but also attempts to open media/order/default.html
.trigger_endsection
must have player as its activator, i.e. it should be triggered via func_button
or trigger_once
, for example. You can't fire trigger_endsection
via a trigger_relay
because in that case the activator will be the trigger_relay
. The most reliable ways to fire trigger_endsection
are:trigger_once
→ trigger_endsection
trigger_once
→ multi_manager
→ trigger_endsection
trigger_relay
or a multisource
, player will no longer count as the activator.You must log in to post a comment. You can login or register a new account.