Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3945


Ignore:
Timestamp:
Jun 29, 2006, 2:53:55 PM (18 years ago)
Author:
snellen
Message:

wrote prototype for prisoner, guard, secondguard

Location:
data/branches/single_player_map/scripts
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/single_player_map/scripts/falldown.lua

    r3927 r3945  
    99math.randomseed(os.clock())
    1010randinit = true
    11 randTime = 5 * math.random()
     11randTime = 10 * math.random()
    1212end
    1313end
     
    2121
    2222function tick(timestep)
    23 io.write("Falldown called \n")
     23
    2424RandTime()
    2525
     
    2727randTime = randTime - timestep
    2828else
     29io.write("Falldown called \n")
    2930fallDown(timestep)
    3031end
Note: See TracChangeset for help on using the changeset viewer.