Summary
The plugin allows the game developer to run a common event when entering and/or exiting a map. The enter event is run before auto-run events and the exit event is run before the current map is unloaded.
Manual
Spoiler: Plugin Parameters
• Custom Map Tags
The list of custom map tags.
<Map Tag Parameters>
• Name
Name of the map tag.
• Enter Event
ID of the common event used for the enter event.
• Exit Event
ID of the common event used for the exit event.
Spoiler: Plugin Map Tags
• Enter Event Tag
Code:
<ossra EventOnTransfer enter commonEventId>
// Example
<ossra EventOnTransfer enter 10>
复制代码
• Exit Event Tag
Code:
<ossra EventOnTransfer exit commonEventId>
// Example
<ossra EventOnTransfer exit 13>
复制代码
• Custom Tag
Code:
<customTagName>
// Example
// NOTE : The custom tag name must be entered into the plugin configuration.