TSG S01 Fix bug: Deoran is encamped
For EASY, when Sir Gerrick appears, a hint appears telling Deoran to return to camp and recruit. But, it's possible Deoran is already at the camp. So, rather than make the player step off and back on, simply do the recruitment hinting right away. It just flows better.
This commit is contained in:
parent
c3c622447e
commit
623fe1e5bb
1 changed files with 38 additions and 11 deletions
|
@ -310,13 +310,40 @@
|
|||
[show_objectives][/show_objectives]
|
||||
|
||||
#ifdef EASY
|
||||
{HIGHLIGHT_IMAGE 20 4 items/gohere.png ()}
|
||||
[if]
|
||||
[not]
|
||||
[have_unit]
|
||||
x,y=20,4
|
||||
id=Deoran
|
||||
[/have_unit]
|
||||
[/not]
|
||||
[then]
|
||||
{HIGHLIGHT_IMAGE 20 4 items/gohere.png ()}
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
image=items/gohere.png
|
||||
message= _ "Head back to the encampment where you started and recruit some troops!"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image=items/gohere.png
|
||||
message= _ "Head back to the encampment where you started and recruit some troops!"
|
||||
[/message]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
[filter]
|
||||
x,y=20,4
|
||||
id=Deoran
|
||||
[/filter]
|
||||
|
||||
[fire_event]
|
||||
name=encamped
|
||||
[/fire_event]
|
||||
[/event]
|
||||
[/then]
|
||||
[else]
|
||||
[fire_event]
|
||||
name=encamped
|
||||
[/fire_event]
|
||||
[/else]
|
||||
[/if]
|
||||
#endif
|
||||
[/then]
|
||||
[else]
|
||||
|
@ -331,16 +358,16 @@
|
|||
|
||||
#ifdef EASY
|
||||
[event]
|
||||
name=moveto
|
||||
[filter]
|
||||
x,y=20,4
|
||||
id=Deoran
|
||||
[/filter]
|
||||
name=encamped
|
||||
|
||||
[remove_item]
|
||||
x,y=20,4
|
||||
[/remove_item]
|
||||
|
||||
[scroll_to]
|
||||
x,y=20,4
|
||||
[/scroll_to]
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "While you’re in your camp, you can recruit more troops. Build up a small force to use against the bandits that Urza Mathin recruits."
|
||||
|
|
Loading…
Add table
Reference in a new issue