HoS_PRC8/_mod/_module/nss/wazoo_ex_conting.nss

9 lines
235 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
void main()
{
object oPC=GetPCSpeaker();
int nParm=GetLocalInt(oPC,"nParm");
SetLocalInt(oPC,"bContingency",TRUE);
SetLocalInt(oPC,"nContingencyType",nParm);
DelayCommand(30.0,DeleteLocalInt(oPC,"bContingency"));
}