Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ScriptableController/data/gui/scripts/testscript.lua @ 10037

Last change on this file since 10037 was 10037, checked in by mkronig, 11 years ago

tried to access a function of ScriptController. Failed. Put a ScriptController object in the levelTry xml file.

File size: 137 bytes
Line 
1--k = 1.2
2
3--orxonox.execute("orxout message test " .. k)
4
5x = 1.1
6y = 2.2
7z = 3.3
8
9
10orxonox.ScriptController:moveToPosition(x, y, z)
11
12
13
Note: See TracBrowser for help on using the repository browser.