24 lines
1.4 KiB
Plaintext
24 lines
1.4 KiB
Plaintext
version=2
|
|
:if:<register.registered(Trainertowerstart)>=true
|
|
@storage.clear
|
|
@storage.set(integer,time,<system.calcint(<system.unixtimestamp>)>-<register.value(Trainertowerstart)>)
|
|
@text.show(It took you~<storage.get(integer,time)> seconds.)
|
|
@storage.clear
|
|
:else
|
|
@text.show(not running the challenge)
|
|
:endif
|
|
:end
|
|
:if:1><storage.get(integer,time)>
|
|
@text.show(....*....*....*You completed the challenge~before you even started?*Unlikely*Next time try to~complete the challenge without~cheating!)
|
|
@script.start(quest\tower\unregister)
|
|
@screen.fadeout
|
|
@player.warp(14,0,10)
|
|
@player.turnto(2)
|
|
@player.move(0)
|
|
@screen.fadein
|
|
@storage.clear
|
|
:end
|
|
:endif
|
|
|
|
@storage.clear
|
|
:end |