generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
8
_mod/_module/nss/is_leader.nss
Normal file
8
_mod/_module/nss/is_leader.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
object oMod=GetModule();
|
||||
string sID=GetLocalString(oPC,"sTeamID");
|
||||
if (GetLocalObject(oMod,"oTeamLead"+sID)==oPC) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user