Class ComplainAboutSentenceErrorAction

java.lang.Object
games.stendhal.server.entity.npc.action.ComplainAboutSentenceErrorAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=CHAT, label="Error") public class ComplainAboutSentenceErrorAction extends Object implements ChatAction
Tells the player that the NPC did not understand the sentence; use it in combination with SentenceHasErrorCondition.
  • Constructor Details

    • ComplainAboutSentenceErrorAction

      public ComplainAboutSentenceErrorAction()
  • Method Details