P3D-Legacy/P3D/Content/Data/Scripts/dragonsden/master.dat

31 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(clairtmget)>=True
:then
:if:<register.registered(masterdratiniget)>=True
:then
@text.show(Dragon Pok<00>mon are~symbolic of our clan.*You have shown~that you can be~entrusted with one.)
:end
:else
@Text.show(Hm... Good to see~you here.*Your arrival is~most fortunate.*I have something~for you.*Take this Dratini~as proof that I*have recognized~your worth.)
:if:<pokemon.freeplaceinparty>=True
:then
@pokemon.add(147,15,A Gift at,5)
@text.show(<player.name>, recieved Dratini!)
@pokemon.clearattacks(<pokemon.count>-1)
@pokemon.addattack(<pokemon.count>-1,86)
@pokemon.addattack(<pokemon.count>-1,239)
@pokemon.addattack(<pokemon.count>-1,82)
@pokemon.addattack(<pokemon.count>-1,245)
@pokemon.rename(last)
@register.register(masterdratiniget)
@text.show(Dragon Pok<00>mon are~symbolic of our clan.*You have shown~that you can be~entrusted with one.)
:end
:else
@Text.show(Hm? Your Pok<00>mon~party is full.)
:end
:endif
:endif
:else
@text.show(Come again, if you~so desire.)
:end
:endif