19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
version=2
|
|
|
|
@storage.set(bool,third,<camera.thirdperson>)
|
|
@camera.activatethirdperson
|
|
|
|
@camera.fix
|
|
@player.move(3)
|
|
@screen.fadeout
|
|
@sound.play(enter)
|
|
@player.warp(faraway\interior.dat,<player.position(x)>-16,0.1,11,0)
|
|
@camera.setthirdperson(<storage.get(bool,third)>)
|
|
@camera.defix
|
|
@camera.update
|
|
@level.update
|
|
@screen.fadein
|
|
|
|
@player.move(1)
|
|
|
|
:end |