home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Level 2003 September (DVD)
/
Level_2003-09_104_DVD_Shadowman.iso
/
DATA
/
SCRIPTS
/
GunScripts
/
VIOLATOR.GSC
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-01
|
325 b
|
24 lines
$main
{
$weapon_name = "Violator"
}
$activity "IDLE" // activity 0
{
$render // frame 0
{
MESHFRAME("weapon_violator",0)
MESHFRAME("weapon_violator",1)
}
}
$activity "FIRE" // activity 1
{
$render // frame 0
{
MESHFRAME("weapon_violator",0)
MESHFRAME("weapon_violator",1)
}
}