15 lines
940 B
Plaintext
15 lines
940 B
Plaintext
version=2
|
|
@battle.starttrainer(mtmortar\003)
|
|
:if:<register.registered(trainer_mtmortar\002)>=True
|
|
:then
|
|
@text.show(You've seen Markus?*In the cave next~to the Waterfall?*Great!~I will go find him!*As thanks you~can have this.)
|
|
@item.give(120,1)
|
|
@item.messagegive(120,1)
|
|
@text.show(See you around!)
|
|
@screen.fadeout
|
|
@npc.remove(0)
|
|
@npc.register(mtmortar\mtmortarf2.dat|0|remove|0)
|
|
@npc.register(mtmortar\mtmortarf1.dat|2|remove|0)
|
|
@screen.fadein
|
|
:endif
|
|
:end |