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

13 lines
702 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<radio.currentchannel>=Pok<00>Flute
@text.show(The Pok<00>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