P3D-Legacy/P3D/Content/Data/Scripts/diamonddive/warpout.dat

19 lines
740 B
Plaintext

version=2
@storage.set(bool,third,<camera.thirdperson>)
@camera.activatethirdperson
@camera.fix
@player.move(3)
@screen.fadeout
@sound.play(enter)
@player.warp(diamonddive\exterior\1.dat,<player.position(x)>-3,0,100,0)
@camera.setthirdperson(<storage.get(bool,third)>)
@camera.defix
@camera.update
@level.update
@screen.fadein
@player.move(1)
:end