Class TriggerMatchesQuestSlotCondition

java.lang.Object
games.stendhal.server.entity.npc.condition.TriggerMatchesQuestSlotCondition
All Implemented Interfaces:
ChatCondition, PreTransitionCondition

@Dev(category=CHAT, label="\"questtext\"?") public class TriggerMatchesQuestSlotCondition extends Object implements ChatCondition
was the content of a quest slot said?
  • Constructor Details

    • TriggerMatchesQuestSlotCondition

      public TriggerMatchesQuestSlotCondition(String questname, int index)
      creates a TriggerMatchesQuestSlotCondition
      Parameters:
      questname - name of quest
      index - index of questslot
  • Method Details