generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
8
_mod/_module/nss/wazoo_ex_conting.nss
Normal file
8
_mod/_module/nss/wazoo_ex_conting.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
int nParm=GetLocalInt(oPC,"nParm");
|
||||
SetLocalInt(oPC,"bContingency",TRUE);
|
||||
SetLocalInt(oPC,"nContingencyType",nParm);
|
||||
DelayCommand(30.0,DeleteLocalInt(oPC,"bContingency"));
|
||||
}
|
||||
Reference in New Issue
Block a user