Server.SkillHandlers.Provocation.OnPickedInstrument C# (CSharp) Méthode

OnPickedInstrument() public static méthode

public static OnPickedInstrument ( Mobile from, BaseInstrument instrument ) : void
from Mobile
instrument Server.Items.BaseInstrument
Résultat void
		public static void OnPickedInstrument( Mobile from, BaseInstrument instrument )
		{
			from.RevealingAction();
			from.SendLocalizedMessage( 501587 ); // Whom do you wish to incite?
			from.Target = new InternalFirstTarget( from, instrument );
		}