home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 95
/
XENIATGM95.iso
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
crateb.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
900b
|
33 lines
// defines a normal crateb
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_CRATEB_GSH
#define INCLUDED_CRATEB_GSH
#include "crateb_frag.gsh"
////////////////////////////////////////////////////////////////////////////////////
shape Shp_crateb
{
file "objects\crateb.rif"
name "CRATE B"
}
role Rol_crateb : Rol_PlacedObject
{
shape Shp_crateb
identifier "crateb"
destructibility Frg_crateb
destination selectable yes
ai blocker
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_CRATEB_GSH