home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 95
/
XENIATGM95.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
scythorfrag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
951b
|
38 lines
// defines the fragmented scythor bot
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_SCYTHORFRAG_GSH
#define INCLUDED_SCYTHORFRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_scythorFrag
{
file "units\scythorfrag.rif"
name "scythorfrag"
hotspot none
}
role Rol_scythorFrag : Rol_FragObject
{
shape Hcy_scythorFrag
identifier "scythorfrag"
}
frag data Frg_scythor
{
role Rol_scythorFrag
scale 6
replace yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_SCYTHORFRAG_GSH