home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2003 June
/
macformat-130.iso
/
mac
/
Reviewed⁄Demos
/
Spearhead Demo
/
demota
/
pak1.pk3
/
global
/
try_throw_grenade.scr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-21
|
349 b
|
15 lines
// global/try_throw_grenade.scr
//
// parameters:
// local.destination - position where we want the grenade to go
start local.destination:
local.grenadescript = self calcgrenadetoss local.destination
if (local.grenadescript != "")
{
self turnto local.destination
self animscript local.grenadescript
self waittill animdone
}