Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 4:42:43 PM (6 years ago)
Author:
adamc
Message:

first final draft

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_FS18/data/levels/ScriptableControllerTestMoveKillDrone.oxw

    r11999 r12006  
    11<LevelInfo
    2  name = "Scriptable Controller Spawning Pawn"
    3  description = "Demonstrates spawning a drone by using a lua script."
     2 name = "Scriptable Controller Moving and Killing Pawn"
     3 description = "Demonstrates moving and killing a drone by using a lua script."
    44 tags = "test"
    55 screenshot = "emptylevel.png"
     
    1818?>
    1919
    20 <Level script="scripts/BBBScriptableControllerTest.lua">
     20<Level script="scripts/ScriptableControllerMoveKill.lua">
    2121  <templates>
    2222    <Template link=lodtemplate_default />
     
    3333
    3434
    35   <AAAAutonomousDrone id="dummy" position="0,0,0">
     35  <ScriptableControllerDrone id="dummy" position="0,0,0">
    3636    <attached>
    3737      <Model scale="10" mesh="drone.mesh"/>
     
    4040      <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
    4141    </collisionShapes>
    42   </AAAAutonomousDrone>
     42  </ScriptableControllerDrone>
    4343   
    4444 
Note: See TracChangeset for help on using the changeset viewer.