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