PlayerState pl = PlayerState.Find(from);

else if (pl.Faction == Factions.DauntlessVanguard)
from.PrivateOverheadMessage(MessageType.Regular,0 , false, "You cannot steal your own flag!", from.NetState);

Is there something I am missing?
Post automatically merged:
 

Attachments

  • VanguardFactionFlagOriginal.cs
    2 KB · Views: 4
So, what message is playing when someone tries to steal?

What faction do they belong to?
 
Back