mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-12-20 18:01:28 +13:00
Optimise Jacky's text
This fixes some minor jank and overuse of opentexts
This commit is contained in:
parent
43b4e91528
commit
bb3ffe1e7b
|
|
@ -21,19 +21,14 @@ JackysHouseJackyScript:
|
||||||
opentext
|
opentext
|
||||||
iftrue .beatOnce
|
iftrue .beatOnce
|
||||||
writetext JackyWelcomeText
|
writetext JackyWelcomeText
|
||||||
waitbutton
|
|
||||||
closetext
|
|
||||||
sjump .firstFight
|
sjump .firstFight
|
||||||
.beatOnce
|
.beatOnce
|
||||||
checkflag ENGINE_JACKY_TIMER
|
checkflag ENGINE_JACKY_TIMER
|
||||||
iftrue .tuckeredOut
|
iftrue .tuckeredOut
|
||||||
opentext
|
opentext
|
||||||
writetext JackyPostBeat
|
writetext JackyPostBeat
|
||||||
waitbutton
|
|
||||||
closetext
|
|
||||||
; fallthrough
|
; fallthrough
|
||||||
.firstFight
|
.firstFight
|
||||||
opentext
|
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .No
|
iffalse .No
|
||||||
sjump .Yes
|
sjump .Yes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue