Jump to content
Sign in to follow this  
Relemar

making text from HQ

Recommended Posts

i want to know how to make text from hq, so that i can mak it say 'you are enter enemy terroritory now'

ive got a trigger set up, but when my men enter that trigger i want it to say that, thanks!

Share this post


Link to post
Share on other sites

Place a unit, name it HQ. In this unit's init field put:

group this setGroupID ["HQ"];

Then in the trigger's onAct field put this:

HQ sideChat "You are now entering enemy territory!";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×