generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
18
_module/nss/all_monst.nss
Normal file
18
_module/nss/all_monst.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object Get = GetModule();
|
||||
if((!(GetLocalInt(Get, "sw_ll") == 1))&&(GetLocalInt(Get, "sw_lm") == 1)&&
|
||||
(GetLocalInt(Get, "sw_ll") == 1)&&(GetLocalInt(Get, "sw_bm") == 1)
|
||||
&&(GetLocalInt(Get, "sw_pm") == 1)&&(GetLocalInt(Get, "sw_hd") == 1)
|
||||
&&(GetLocalInt(Get, "sw_pf") == 1)&&(GetLocalInt(Get, "sw_bl") == 1)
|
||||
&&(GetLocalInt(Get, "sw_dr") == 1) &&(GetLocalInt(Get, "sw_hw") == 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user