init
This commit is contained in:
16
character/character_pilot_c_green.gsc
Normal file
16
character/character_pilot_c_green.gsc
Normal file
@@ -0,0 +1,16 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "body_pilot_c_green" );
|
||||
codescripts\character::attachhead( "alias_pilot_heads_green", xmodelalias\alias_pilot_heads_green::main() );
|
||||
self.voice = "american";
|
||||
self setclothtype( "vestlight" );
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "body_pilot_c_green" );
|
||||
codescripts\character::precachemodelarray( xmodelalias\alias_pilot_heads_green::main() );
|
||||
}
|
Reference in New Issue
Block a user