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

13 lines
278 B
Plaintext

#include "mn_i_checkrank"
int StartingConditional()
{
int iResult;
object oPC = GetPCSpeaker();
object oTarget = GetLocalObject ( oPC, "mn_target" );
SetCustomToken( 234, GetName( oTarget ) );
iResult = ( CheckRank( oTarget ) == 0 );
return iResult;
}