P3D-Legacy/P3D/Content/Data/Scripts/goldenrod/get_ride.dat

31 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(get_ride_HM)>=false
:then
@NPC.Turn(8,1)
@level.wait(20)
@NPC.Turn(8,3)
@level.wait(20)
@NPC.Turn(8,1)
@level.wait(20)
@NPC.Turn(8,3)
@level.wait(20)
@NPC.Turn(8,0)
@level.wait(20)
@NPC.Turn(8,1)
@level.wait(20)
@NPC.Turn(8,2)
@Text.Show(...sigh... I moved~here, but I don't have*enough space for all my~Pok<00>mon.*I am taming~Pok<00>mon so you can Ride them.*But this city isn't the~right place for a shop like this.*Hm...~Could you ride a~Pok<00>mon outside and advertise~my shop?)
@Options.Show(Yes,No)
:when:Yes
@text.show(Really? Great!*Here you go!)
@item.give(251)
@item.messagegive(251,1)
@Text.show(You can use this HM~to teach your Pok<00>mon Ride.*You can Ride them~everywhere then.)
@register.register(get_ride_HM)
:when:No
@text.show(...sigh... Oh, for~the kindness of~people...)
:endwhen
:else
@Text.show(You can use this HM~to teach your Pok<00>mon Ride.*You can Ride them~everywhere then.)
:endif
:end