P3D-Legacy/P3D/Content/Data/Scripts/vermilion/snorlax.dat

13 lines
702 B
Plaintext

version=2
:if:<radio.currentchannel>=PokéFlute
@text.show(The Pokégear was placed~near the sleeping~Snorlax...*...*Snorlax woke up!)
@pokemon.cry(143)
@level.wait(30)
@battle.wild(143,50)
@entity.remove(0)
@register.register(snorlaxawake)
:else
@pokemon.cry(143)
@text.show(Snorlax is snoring~peacefully...)
:endif
:end