HoS_PRC8/_mod/_module/nss/mai_c_noally.nss

9 lines
229 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// mai_c_noally - no ally
void main()
{
string sTID=GetLocalString(GetPCSpeaker(),"sMAI_TID");
object oMod=GetModule();
DeleteLocalInt(oMod,"bIsAllianceLeader"+sTID);
DeleteLocalString(oMod,"sIsAlliedTo"+sTID);
}