Changeset 4056 for data/branches/single_player_map/scripts/falldown.lua
- Timestamp:
- Jul 3, 2006, 2:25:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/scripts/falldown.lua
r4051 r4056 13 13 math.randomseed(os.clock()) 14 14 randinit = true 15 randTime = 10* math.random()15 randTime = 8 * math.random() 16 16 end 17 17 end … … 26 26 fallingguy:setAbsCoor(thisX, thisY - dy, thisZ) 27 27 28 if thisY < 0 then28 if thisY < -100 then 29 29 eventFinished = true 30 30 end
Note: See TracChangeset
for help on using the changeset viewer.