Changeset 10057 for code/branches/ScriptableController/data
- Timestamp:
- May 15, 2014, 2:18:08 PM (11 years ago)
- Location:
- code/branches/ScriptableController/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/gui/scripts/testscript.lua
r10048 r10057 15 15 -- If it worked, call its "movetoposition" function 16 16 if ctrl ~= nil then 17 ctrl:eventScheduler("moveToPosition_beta", x, y, z, 5)17 ctrl:eventScheduler("moveToPosition_beta", x, y, z, 0.01) 18 18 end 19 20 19 21 20 22 -- Output the newctrlid variable we set from the C++ code -
code/branches/ScriptableController/data/levels/levelTry.oxw
r10037 r10057 72 72 73 73 74 <Billboard position=" 0,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=100 />74 <Billboard position="500,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=10 /> 75 75 <DistanceTrigger position="0,0,0" distance="200" target="Pawn" 76 76 beaconMode="exclude" targetname="bcnDestroyer" name="takeControl"
Note: See TracChangeset
for help on using the changeset viewer.