- Timestamp:
- Jun 30, 2006, 6:24:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/worlds/sp_level_ambush_at_jupiter.oxw
r3965 r3966 46 46 <Script> 47 47 <file>falldown.lua</file> 48 <object> GenericNPC, Fallingguy </object>48 <object>TestEntity, fallingguy </object> 49 49 <object>FPSPlayer, Player</object> 50 50 </Script> … … 72 72 <file>falldown.lua</file> 73 73 <function>tick</function> 74 <abs-coor> -84, 19, 77</abs-coor>74 <abs-coor>763, 0, 34</abs-coor> 75 75 <radius>100</radius> 76 76 <worldentity>Player</worldentity> … … 85 85 <radius>100</radius> 86 86 <worldentity>Player</worldentity> 87 <debugdraw>true</debugdraw>88 87 </ScriptTrigger> 89 88 … … 95 94 <radius>100</radius> 96 95 <worldentity>Player</worldentity> 97 <debugdraw>true</debugdraw>98 96 </ScriptTrigger> 99 97 … … 105 103 <radius>100</radius> 106 104 <worldentity>Player</worldentity> 107 <debugdraw>true</debugdraw>108 105 </ScriptTrigger> 109 106 … … 115 112 <radius>100</radius> 116 113 <worldentity>Player</worldentity> 117 <debugdraw>true</debugdraw>118 114 </ScriptTrigger> 119 115 … … 129 125 130 126 131 <ScriptTrigger>127 <ScriptTrigger> 132 128 <name>floorguytrigger</name> 133 129 <file>floorguy.lua</file> 134 130 <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> 139 134 </ScriptTrigger> 140 135 … … 212 207 <abs-dir>0, 0, 1, 0</abs-dir> 213 208 </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> 214 218 215 219 <Door>
Note: See TracChangeset
for help on using the changeset viewer.