Alangara_PRC8/_module/nss/mn_ptele_global.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

13 lines
262 B
Plaintext

#include "mn_h_constants"
int StartingConditional()
{
object oPC = GetPCSpeaker();
int type = GetLocalInt( oPC, "mn_tempteleport" );
int rank = GetLocalInt( oPC, "mn_temptelerank" );
return ( (type == 3 || type == 2) && rank >= MN_RANK_ALLY );
}