P3D-Legacy/P3D/Content/Data/Scripts/dungeon/chesspieces/rook2.dat

18 lines
836 B
Plaintext

version=2
@text.show(There are letters carved here.*They seem to say "Rook".)
: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(36,10,-1,9)
@entity.warp(44,11,-1,9)
@entity.warp(52,12,-1,9)
@entity.warp(61,13,-1,10)
:end
:endwhen
:endif
:end