mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-16 23:38:41 +02:00
14 lines
632 B
Plaintext
14 lines
632 B
Plaintext
version=2
|
|
@pokemon.cry(144)
|
|
:if:<register.value(shinyarticuno)>=true
|
|
@battle.wild(144,50,1,,12)
|
|
:else
|
|
@battle.wild(144,50,0,,12)
|
|
:endif
|
|
:if:<battle.caught>=true
|
|
@register.register(caughtarticuno)
|
|
:endif
|
|
@register.register(battlearticuno)
|
|
@npc.register(seafoam\bf4.dat|0|remove|0)
|
|
@npc.remove(0)
|
|
:end |