#include "mn_h_constants" int StartingConditional() { object oPC = GetPCSpeaker(); int type = GetLocalInt( oPC, "mn_tempteleport" ); return ( type == 3 || type == 1 ); }