P3D-Legacy/P3D/Content/Data/Scripts/embtower/reshiram.dat

22 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-10-13 04:41:51 +02:00
<EFBFBD><EFBFBD>version=2
2019-10-30 03:52:16 +01:00
@pokemon.cry(643)
2019-11-08 05:44:24 +01:00
@text.show(Preeeeaah!)
2019-10-30 03:52:16 +01:00
@battle.setvar(custombattlemusic,tao_legend_battle)
:if:<register.value(shinyreshiram)>=true
@battle.wild(643,70,1,tao_legend_battle_intro,12)
:else
@battle.wild(643,70,0,tao_legend_battle_intro,12)
:endif
2019-10-30 03:52:16 +01:00
@register.register(firsttaodone)
@register.register(battlereshiram)
2019-11-05 01:58:39 +01:00
:if:<battle.caught>=true
2019-10-31 23:56:36 +01:00
@register.register(caughtreshiram)
@npc.register(routes\route47\3.dat|0|position|13,-4,36)
@npc.register(routes\route47\3.dat|2|position|12,-4,36)
:else
2019-10-30 03:52:16 +01:00
@npc.unregister(routes\route47\3.dat|0|position|13,-4,36)
2019-10-31 04:01:57 +01:00
@npc.unregister(routes\route47\3.dat|2|position|12,-4,36)
2019-10-30 03:52:16 +01:00
:endif
@npc.remove(0)
@storage.clear
2019-10-13 04:41:51 +02:00
:end