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
No related branches found
No related tags found
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
@closescript
@label leave
@routine clearmenu
@do `p20 is 1
;@do moveback
@update
@do goto clearmenu
@closescript
@label leave2
@routine clearmenu
@do `p20 is 1
;@drawmap
@do saybar
`$Your CONSCIENCE: `%Don't over due it buddy.
;@do moveback
@update
@do goto clearmenu
@closescript
@label leave3
@routine clearmenu
@do `p20 is 1
@dataload npc/npc-`p70.idf &playernum `p21
@do `p22 random 10 1
......@@ -832,23 +831,24 @@ You also earned 200 experience points and another quest point.`k
`$`s01: `%YOU DON'T HAVE ENOUGH, GET OUT!
;@do moveback
@update
@do goto clearmenu
@closescript
@label leave4
@routine clearmenu
@do `p20 is 1
;@drawmap
@do saybar
`$`N: `%No thanks, maybe another time.
;@do moveback
@update
@do goto clearmenu
@closescript
@label leave5
@routine clearmenu
@do `p20 is 1
;@do moveback
@update
@do goto clearmenu
@closescript
@#clearmenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment