9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
// mai_c_noally - no ally
|
||
|
void main()
|
||
|
{
|
||
|
string sTID=GetLocalString(GetPCSpeaker(),"sMAI_TID");
|
||
|
object oMod=GetModule();
|
||
|
DeleteLocalInt(oMod,"bIsAllianceLeader"+sTID);
|
||
|
DeleteLocalString(oMod,"sIsAlliedTo"+sTID);
|
||
|
}
|