P3D-Legacy/P3D/Content/Data/Scripts/frontier/battlefactory/challenge/cancelbattle.dat

20 lines
854 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
@text.show(OK. You'll be returning~to the lobby now.)
@screen.fadeout
@Player.warp(frontier\battlefactory\main.dat,14,0.1,3,0)
@camera.reset
@level.update
@screen.fadein
@player.turnto(0)
:if:<storage.get(boolean,thirdperson)>=true
:then
@camera.activatethirdperson
:else
@camera.deactivatethirdperson
:endif
@script.start(frontier\battlefactory\challenge\clearup)
:endscript