Skip to content
Snippets Groups Projects
Commit 05050ff1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use @do goto rather than @routine for menu erase always.

parent f90e2066
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -802,24 +802,23 @@ You also earned 200 experience points and another quest point.`k ...@@ -802,24 +802,23 @@ You also earned 200 experience points and another quest point.`k
@closescript @closescript
@label leave @label leave
@routine clearmenu
@do `p20 is 1 @do `p20 is 1
;@do moveback ;@do moveback
@update @update
@do goto clearmenu
@closescript @closescript
@label leave2 @label leave2
@routine clearmenu
@do `p20 is 1 @do `p20 is 1
;@drawmap ;@drawmap
@do saybar @do saybar
`$Your CONSCIENCE: `%Don't over due it buddy. `$Your CONSCIENCE: `%Don't over due it buddy.
;@do moveback ;@do moveback
@update @update
@do goto clearmenu
@closescript @closescript
@label leave3 @label leave3
@routine clearmenu
@do `p20 is 1 @do `p20 is 1
@dataload npc/npc-`p70.idf &playernum `p21 @dataload npc/npc-`p70.idf &playernum `p21
@do `p22 random 10 1 @do `p22 random 10 1
...@@ -832,23 +831,24 @@ You also earned 200 experience points and another quest point.`k ...@@ -832,23 +831,24 @@ You also earned 200 experience points and another quest point.`k
`$`s01: `%YOU DON'T HAVE ENOUGH, GET OUT! `$`s01: `%YOU DON'T HAVE ENOUGH, GET OUT!
;@do moveback ;@do moveback
@update @update
@do goto clearmenu
@closescript @closescript
@label leave4 @label leave4
@routine clearmenu
@do `p20 is 1 @do `p20 is 1
;@drawmap ;@drawmap
@do saybar @do saybar
`$`N: `%No thanks, maybe another time. `$`N: `%No thanks, maybe another time.
;@do moveback ;@do moveback
@update @update
@do goto clearmenu
@closescript @closescript
@label leave5 @label leave5
@routine clearmenu
@do `p20 is 1 @do `p20 is 1
;@do moveback ;@do moveback
@update @update
@do goto clearmenu
@closescript @closescript
@#clearmenu @#clearmenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment