• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Entering a City

Status
Not open for further replies.
Level 4
Joined
Feb 28, 2009
Messages
73
Hi, i'm making an RPG and i want it so when ever you enter a town it will say "Now Entering - Little Town." Now what i have it as now is:
  • Enter Town
    • Events
      • Unit - A unit enters Little Town Entrance Right <gen>
    • Conditions
    • Actions
      • Game - Display to (Player group((Owner of (Triggering unit)))) the text: Now Entering Little Town.
But that means that when people walk OUT, it still says entering...

But what i want to know is how to say that but only when they enter the town.
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
^That will work, but if the city is shaped in such a way that it has to be covered with several regions, you still have to do some extra triggering. Not necessarily much though.

Here's the system I was talking about. I wanted to try to trigger it, and decided to post it since it might help. It's npt bug free though, teleporting will break it.

There are two enter/exit archways. You can enter from one and exit from the other and it will still work.
 

Attachments

  • asdasd.w3x
    34.2 KB · Views: 30
Status
Not open for further replies.
Top