Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2006, 6:24:01 PM (18 years ago)
Author:
snellen
Message:

implemented fallingguy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/single_player_map/worlds/sp_level_ambush_at_jupiter.oxw

    r3965 r3966  
    4646    <Script>
    4747     <file>falldown.lua</file>
    48      <object>GenericNPC, Fallingguy </object>
     48     <object>TestEntity, fallingguy </object>
    4949     <object>FPSPlayer, Player</object>
    5050    </Script>
     
    7272     <file>falldown.lua</file>
    7373     <function>tick</function>
    74      <abs-coor>-84, 19, 77</abs-coor>
     74     <abs-coor>763, 0, 34</abs-coor>
    7575     <radius>100</radius>
    7676     <worldentity>Player</worldentity>
     
    8585     <radius>100</radius>
    8686     <worldentity>Player</worldentity>
    87      <debugdraw>true</debugdraw>
    8887    </ScriptTrigger> 
    8988
     
    9594     <radius>100</radius>
    9695     <worldentity>Player</worldentity>
    97      <debugdraw>true</debugdraw>
    9896    </ScriptTrigger> 
    9997
     
    105103     <radius>100</radius>
    106104     <worldentity>Player</worldentity>
    107      <debugdraw>true</debugdraw>
    108105    </ScriptTrigger>
    109106
     
    115112     <radius>100</radius>
    116113     <worldentity>Player</worldentity>
    117      <debugdraw>true</debugdraw>
    118114    </ScriptTrigger> 
    119115
     
    129125
    130126
    131 <ScriptTrigger>
     127    <ScriptTrigger>
    132128     <name>floorguytrigger</name>
    133129     <file>floorguy.lua</file>
    134130     <function>tick</function>
    135      <abs-coor>-84, 19, 77</abs-coor>
    136      <radius>100</radius>
    137      <worldentity>Player</worldentity>
    138      <debugdraw>true</debugdraw>
     131     <abs-coor>576.753357, 19, 508.746613</abs-coor>
     132     <radius>100</radius>
     133     <worldentity>Player</worldentity>
    139134    </ScriptTrigger>
    140135
     
    212207       <abs-dir>0, 0, 1, 0</abs-dir>
    213208    </GenericNPC>
     209
     210
     211   <TestEntity>
     212       <name>fallingguy</name>
     213       <model>models/creatures/doom_guy.md2, 10</model>
     214       <md2texture>doom_guy.png</md2texture>
     215       <abs-coor>620.5, 500, -750</abs-coor>
     216       <abs-dir>-1.55, 0, 0, 1</abs-dir>
     217    </TestEntity>
    214218
    215219    <Door>
Note: See TracChangeset for help on using the changeset viewer.