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

17 lines
770 B
Plaintext

version=2
@text.show(There are letters carved here.*They seem to say "Bishop".)
: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(18,8,-1,7)
@entity.warp(27,9,-1,8)
@entity.warp(36,10,-1,9)
:end
:endwhen
:endif
:end