Battledale_PRC8/_module/nss/fr_iwd_gportal_c.nss

11 lines
180 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oMyth = GetObjectByTag("fr_portal_mythallar");
if(GetLocalInt(oMyth, "Portal") == 1)
return TRUE;
else
return FALSE;
}