19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: On Spawn In Customization
|
||
|
//:: prc_pw_onspawn
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Is a catch all for what would normally be in
|
||
|
nw_c2_default9
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
SetLocalInt( OBJECT_SELF, "firebomb",0);
|
||
|
}
|
||
|
|
||
|
|