Changeset 4167 for data/branches/presentation/scripts
- Timestamp:
- Jul 5, 2006, 11:33:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/presentation/scripts/prisoner.lua
r4164 r4167 32 32 guardZ = secondguard:getAbsCoorZ() 33 33 34 if dist( guardX,guardY,guardZ, 43.406876, 29, 179.517303) < 60 then34 if dist( guardX,guardY,guardZ, -85.456375, height, 171.823486) < 60 then 35 35 cellDoorOpened = true 36 36 end
Note: See TracChangeset
for help on using the changeset viewer.