Changeset 11167 for code/branches/plehmannFS16/data/gui/scripts
- Timestamp:
- Apr 14, 2016, 4:03:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/data/gui/scripts/testscript.lua
r11152 r11167 18 18 19 19 -- Get a local pointer to a scriptcontroller 20 local ctrl = orxonox. ScriptController:getScriptController()20 local ctrl = orxonox.NewScriptController:getNewScriptController() 21 21 22 22 -- If it worked, call its "movetoposition" function 23 23 if ctrl ~= nil then 24 24 25 ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10) 25 26 ctrl:debugOut() 27 --ctrl:eventScheduler("mal", xl,yl,zl, xl,yl,zl, 10) 26 28 -- ctrl:eventScheduler("ral", xl, yl, zl, 3, 3000, 0, math.pi) 27 29 -- ctrl:eventScheduler("idle", 1)
Note: See TracChangeset
for help on using the changeset viewer.