Relemar 10 Posted December 23, 2009 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
Andy455 11 Posted December 23, 2009 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
Relemar 10 Posted December 23, 2009 oh wow, thank you very much :) Share this post Link to post Share on other sites