schiff_7_Toten_Ehre_erweisen.txt 552 B

123456789101112131415161718
  1. %if %getGlobalVar $player-name schiff6; == true goto start;
  2. %q term;
  3. @start;
  4. %msg all Mein Schiffsaffe ist vor genau einem Jahr gestorben, bitte stell diese Blume auf sein Grab.;
  5. %loadEvent block-place;
  6. %giveItemPlyer $player-name RED_FLOWER:4:1;
  7. %set-block $flowerloc AIR:0:1;
  8. @wait
  9. %wait;
  10. %if $event == block-place && $block-loc == $flowerloc && $item-type == RED_FLOWER && $item-data == 4 goto endQuest;
  11. @endQuest
  12. %setGlobalVar $player-name schiff7 true
  13. %setGlobalVar $player-name schiff6 false;
  14. %msg all Er möge in Frieden ruhen.;
  15. %endQuest 2;