P3D-Legacy/P3D/Content/Data/Scripts/trainer/mtmortar/002.dat

15 lines
936 B
Plaintext

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