#include "mn_h_constants" int StartingConditional() { object oPC = GetPCSpeaker(); int rank = GetLocalInt( oPC, "mn_temptelerank" ); return ( rank >= MN_RANK_FRIEND ); }