Changes between Version 82 and Version 83 of content/LevelHowTo
- Timestamp:
- Dec 14, 2017, 4:55:20 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v82 v83 828 828 /> 829 829 }}} 830 831 == Scripts == 832 833 You can create level scripts with the help of the ScriptableController. To do that, add an attribute to the {{{<Level>}}} tag called {{{script}}}: 834 835 {{{ <Level script="scripts/myLevelScript.lua" ...> ... </Level> }}} 836 837 Scripts are written in lua and you can register to events and control various things in orxonox with such a script. Please refer to the wiki page of the ScriptableController for more information. 830 838 831 839 == Triggers && Events ==