Changeset 4063
- Timestamp:
- Jul 3, 2006, 3:53:37 PM (18 years ago)
- Location:
- data/branches/single_player_map
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/scripts/guard.lua
r4057 r4063 10 10 guardStopped = false 11 11 12 height = 2912 height = 35 13 13 14 14 -- Returns the distance between (x1,x2,x3) and (y1,y2,y3) -
data/branches/single_player_map/scripts/prisoner.lua
r4057 r4063 53 53 54 54 if dist( guardX,guardY,guardZ,playerX, playerX, playerX) > 30 and hangarProgrammed then 55 --prisoner:stop()55 prisoner:stop() 56 56 guardStopped = true 57 57 end -
data/branches/single_player_map/scripts/secondguard.lua
r4057 r4063 42 42 43 43 if dist( guardX,guardY,guardZ,playerX, playerX, playerX) > 30 and hangarProgrammed then 44 --secondguard:stop()44 secondguard:stop() 45 45 guardStopped = true 46 46 end -
data/branches/single_player_map/worlds/sp_level_ambush_at_jupiter.oxw
r4056 r4063 144 144 <model>models/creatures/doom_guy.md2, 10</model> 145 145 <md2texture>doom_guy.png</md2texture> 146 <abs-coor>440, 55, 180</abs-coor>146 <abs-coor>440, 29, 180</abs-coor> 147 147 <abs-dir>-3.1, 0, 1, 0</abs-dir> 148 148 </GenericNPC> … … 153 153 <model>models/creatures/doom_guy.md2, 10</model> 154 154 <md2texture>doom_guy.png</md2texture> 155 <abs-coor>-69, 155 <abs-coor>-69,29, 74</abs-coor> 156 156 <abs-dir>-1.55, 0, 1, 0</abs-dir> 157 157 </GenericNPC>
Note: See TracChangeset
for help on using the changeset viewer.