mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
version=2
|
|
@pokemon.Cry(201)
|
|
|
|
:if:<register.registered(alph04)>=False
|
|
@Player.Turn(2)
|
|
@Player.Move(1)
|
|
@Player.Turn(2)
|
|
@text.SetFont(Unown)
|
|
@Text.show(A magical force~pushed you back!)
|
|
@pokemon.Cry(201)
|
|
:endif
|
|
|
|
:end |