Changeset 10046 for code/branches/ScriptableController/data
- Timestamp:
- May 7, 2014, 2:03:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/gui/scripts/testscript.lua
r10045 r10046 9 9 10 10 local ctrl = orxonox.ScriptController:getScriptController() 11 --orxonox.ScriptController:moveToPosition(x, y, z) 11 if ctrl ~= nil then 12 ctrl:moveToPosition_beta(x, y, z) 13 end 14 12 15 --ctrl.moveToPosition(x,y,z) 16 -- 17 if newctrlid ~= nil then 18 orxonox.execute("orxout message test " .. newctrlid) 19 end 13 20 14 21 local docks = orxonox.Dock:getNumberOfActiveDocks()
Note: See TracChangeset
for help on using the changeset viewer.