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

14 lines
940 B
Plaintext
Raw Normal View History

2019-10-30 03:52:16 +01:00
<EFBFBD><EFBFBD>version=2
2021-10-01 07:57:21 +02:00
:if:<register.registered(shinyreshiram)>=false
@register.register(shinyreshiram,bool,false)
:if:<system.random(1,<math.floor(<pokemon.mastershinyrate>/2)>)>=1
2022-08-25 08:12:33 +02:00
@register.change(shinyreshiram,true)
:endif
:endif
:if:<register.value(shinyreshiram)>=true
@npc.wearskin(0,[POKEMON|S]643)
:endif
2019-10-31 04:01:57 +01:00
:if:<register.registered(reshready)>=false <or> <register.registered(battlereshiram)>=true
2019-10-30 03:52:16 +01:00
@player.warp(routes\route47\embtower\main.dat)
:endif
:end