Added a hint about moving Haldric to the monolith...
when any player unit steps nearby. Note: this is untested.
This commit is contained in:
parent
9e739f9e9b
commit
221b875a1e
1 changed files with 40 additions and 0 deletions
|
@ -315,6 +315,46 @@
|
|||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=yes
|
||||
|
||||
[filter]
|
||||
side=1
|
||||
x=13-18
|
||||
y=29-34
|
||||
[/filter]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
description=Prince Haldric
|
||||
x=13-18
|
||||
y=29-34
|
||||
[/have_unit]
|
||||
|
||||
[then]
|
||||
[message]
|
||||
description=Prince Haldric
|
||||
message= _ "There's an odd monolith standing near here. Maybe it has something to do with the Lich...I should investigate more closely."
|
||||
[/message]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[message]
|
||||
speaker=unit
|
||||
message= _ "There's an odd monolith standing near here."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
description=Lady Jessica
|
||||
message= _ "Haldric, this looks like a job for you, probably something to do with the Lich. Maybe you should get yourself over here."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
|
||||
[allow_undo][/allow_undo]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=no
|
||||
|
|
Loading…
Add table
Reference in a new issue