16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
version=2
|
|
@text.show(There are letters carved here.*They seem to say "Pawn".)
|
|
:if:<register.registered(solvechess)>=False
|
|
@text.show(OH!~There's a button here!~Press it?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@level.reload
|
|
@level.update
|
|
@sound.play(destroy)
|
|
@entity.warp(17,8,-1,6)
|
|
@entity.warp(25,9,-1,6)
|
|
:end
|
|
:endwhen
|
|
:endif
|
|
:end
|