RoT2_PRC8/_module/nss/prc_pwonspawn.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

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);
}