HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Selecting a building to trigger a trigger?

02-08-2003, 08:45 PM#1
FyreDaug
Can you do it? I want some text to show up when you select a building out of a list of 12 that you have to choose from. Can it be done without placing it?
02-08-2003, 09:37 PM#2
DaKaN
after reviewing the triggers, unless there is something in the blizzard.j for custom text, i dont think so...
02-08-2003, 11:15 PM#3
FyreDaug
what about when it is selected it will automatically place it, then it will be removed and when its removed it will fire....
02-09-2003, 12:10 AM#4
DaKaN
that should work, place the building the order is given to build it, so it should fire that second, and using a order the unit isued the build order to stop should stop them from even moving. same theory used to replace hero spells with trigger activated before 1.04 came out
02-09-2003, 12:12 AM#5
Targash
If I've got it right that aint hard.
Event
Player selection event.
Player 1(red) selects a unit.
Condition
Unit-type comparrison
Unit type of trigering unit equal to Guard Tower(for example)(or a variable)
Action
Display text message blabla duration 60 seconds.
02-09-2003, 12:13 AM#6
DaKaN
i belive we are talking clickin buttons to order a unit to build, not just clickin on an already built structure
02-09-2003, 12:20 AM#7
Targash
ok i didnt get that part.