Hello!
This is my first time posting in this forum and actually it's also my first big map project (I only worked on a few little self-made maps.. doing some easy triggers and mapping.. nothing huge.. never posted one) and I'm stuck on a relatively easy trigger but since I'm a bit new to it I can't find how to make it work.
I want a message saying something like ( Entering ***** place and Leaving ***** place ) whenever I'm getting in and out of a region.
Here's what I got.
Can anyone help me?
Thanks!
SckZ
This is my first time posting in this forum and actually it's also my first big map project (I only worked on a few little self-made maps.. doing some easy triggers and mapping.. nothing huge.. never posted one) and I'm stuck on a relatively easy trigger but since I'm a bit new to it I can't find how to make it work.
I want a message saying something like ( Entering ***** place and Leaving ***** place ) whenever I'm getting in and out of a region.
Here's what I got.
-
AstriaIN
-
Events
-
Unit - A unit enters Astria <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Quest - Display to (All players matching (((Entering unit) is A Hero) Equal to True)) the Hint message: Entering Astria...
-
-
-
AstriaOUT
-
Events
-
Unit - A unit leaves Astria <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Quest - Display to (All players matching (((Leaving unit) is A Hero) Equal to True)) the Hint message: Leaving Astria...
-
-
Can anyone help me?
Thanks!
SckZ