19 lines
754 B
Plaintext
19 lines
754 B
Plaintext
version=2
|
|
@Pokemon.Cry(201)
|
|
|
|
:if:<register.registered(alph04)>=false
|
|
@Register.register(alph04)
|
|
@text.SetFont(Unown)
|
|
@Text.show(The cavern changed!)
|
|
@pokemon.Cry(201)
|
|
@player.Warp(alph\alph01.dat,8,0.1,10,0)
|
|
:else
|
|
@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 |