Tile - On Custom Console Command – Ylands
Jump to navigation
Jump to search
- Event called when player executes custom console command.
- Before regular command one / is used, but before custom command use //.
- Provides with command which is a string of text written by the trigger entity after //.
- Provides with arguments which is an array of strings written after the command.
Note
- See also Event Listener.