P3D-Legacy/P3D/Content/Data/Scripts/league/portraits/Lance.dat

22 lines
954 B
Plaintext

version=2
:if:<register.registered(First_time_champion)>=False
:then
@text.show(Lance from Blackthorn City)
@text.show(Team of current~champion withheld.)
:end
:endif
@text.show(It is a portrait of a~Champion and his team!*View it?)
@options.show(Yes,No)
:when:No
:end
:when:Yes
@storage.set(bool,cameraisthirdperson,<camera.thirdperson>)
@camera.deactivethirdperson
@screen.fadeout(20)
@player.warp(indigo\portraitplace.dat,10,0.1,12,0)
:end
:endwhen