HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Player names in trigger texts

08-30-2004, 05:17 PM#1
l)arkzer0
k i need help with a trigger. this i what i want to do. in my Rpg i want it to notify ppl when some1 enters an aria. when the hero enters the aria like a boss aria it would say for me : Player l)arkzer0 has entered boss aria lvl 1. how do i do that. im pritty sure it has something to do with % something. if u know that be great.
08-30-2004, 05:21 PM#2
PatruX
Code:
    [b]Events[/b]
        Unit - A unit enters 'Your Region' <gen>
    [b]Conditions[/b]
        None
    [b]Actions[/b]
        Trigger - Turn off (This trigger)
        Game - Display to (All players) for 30.00 seconds the text: ((Name of (Owner of (Triggering unit))) +  has entered the boss area)

That's the trigger...