grammar_romeo_und_julia.txt 808 B

12345678910111213141516171819202122232425262728
  1. %if %distance $entity-loc $julialoc; >= 4 goto start;
  2. %q term;
  3. %msg all Hallo Romeo. Wie ich erfahren habe, hast du ein Auge auf Julia. Pflücke im Rosengarten eine Rose und gib sie Julia <3;
  4. %loadEvent block-break;
  5. @wait1
  6. %wait;
  7. %if $block-data == 4 || $block-data == 10 && $event == block-break && $block-type == DOUBLE_PLANT goto rose;
  8. %goto wait1;
  9. @rose
  10. %setVar cancel false;
  11. %unloadEvent block-break;
  12. %loadEvent villager-give;
  13. @wait2
  14. %wait;
  15. %if $event == villager-give && %distance $villager-loc $julialoc; <= 4 goto checkitem;
  16. %goto wait2;
  17. @checkitem
  18. %if $item-type == DOUBLE_PLANT && $block-data == 4 goto endQuest;
  19. %goto wait2;
  20. @endQuest
  21. %msg all Oh du mein Romeo. Ich werde nun Medikamente einnehmen, die dich glauben lassen, ich würde tot sein, worauf hin du dich umbringst...;
  22. %endQuest 2;