home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 42
/
CDGAMER42.iso
/
Egoboo
/
egoboo.exe
/
egoboo
/
modules
/
rogue.mod
/
objects
/
prisoner.obj
/
script.txt
< prev
next >
Wrap
Text File
|
2000-03-18
|
705b
|
32 lines
//------------------------------------------------------------------------------
// Make snores go at different times
IfSpawned
tmpargument = selfindex & 3 < 6
SetTime
//------------------------------------------------------------------------------
// Sleepy Z's
IfTimeOut
tmpx = selfx
tmpy = selfy
tmpdistance = selfz
tmpargument = 1
SpawnExactParticle
// Snore
tmpargument = rand & 3
tmpdistance = rand & 2047 + 15000
PlaySound
// Wait a while
tmpargument = 100
SetTime
//------------------------------------------------------------------------------
End
//------------------------------------------------------------------------------