Changeset 4167
- Timestamp:
- Jul 5, 2006, 11:33:59 AM (18 years ago)
- Location:
- data/branches/presentation
- Files:
-
- 2 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 -
data/branches/presentation/worlds/sp_level_ambush_at_uranus.oxw
r4158 r4167 48 48 <file>spaceship_flight.lua</file> 49 49 </Script> 50 51 <Script> 52 <file>attractor.lua</file> 53 </Script> 50 54 51 55 52 </Scripts>
Note: See TracChangeset
for help on using the changeset viewer.