Changeset 4066 for data/branches/single_player_map/scripts/prisoner.lua
- Timestamp:
- Jul 3, 2006, 5:30:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/scripts/prisoner.lua
r4063 r4066 52 52 53 53 54 if dist( guardX,guardY,guardZ,playerX, player X, playerX) > 30 and hangarProgrammed then54 if dist( guardX,guardY,guardZ,playerX, playerY, playerZ) > 30 and hangarProgrammed then 55 55 prisoner:stop() 56 56 guardStopped = true 57 57 end 58 58 59 if dist( guardX,guardY,guardZ,playerX, player X, playerX) < 30 and hangarProgrammed and guardStopped then59 if dist( guardX,guardY,guardZ,playerX, playerY, playerZ) < 30 and hangarProgrammed and guardStopped then 60 60 --prisoner:continue() 61 61 guardStopped = false
Note: See TracChangeset
for help on using the changeset viewer.