HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Custom Buttom

04-25-2004, 08:20 PM#1
macho271
How do I make a custom Button? Like inside buildings? Say a building has a button and when that button is pressed a message shows up
04-25-2004, 09:56 PM#2
HEZZA
just make a building have a clickable ability
and do atrigger that recognises it when its been clicked, then text pops up
04-26-2004, 07:42 PM#3
ThyFlame
Make a custom ability that targets nothing, like stomp, then remove all damage, buffs, stun, etc. from that ability, then give it to the building.

Then

Trigger
Event
--A unit finishes casting an ability
Conditions
--Ability = Custom Ability
Events
--Display <text> for whoever.
04-27-2004, 08:36 AM#4
HEZZA
Quote:
Originally Posted by ThyFlame
Make a custom ability that targets nothing, like stomp, then remove all damage, buffs, stun, etc. from that ability, then give it to the building.

Then

Trigger
Event
--A unit finishes casting an ability
Conditions
--Ability = Custom Ability
Events
--Display <text> for whoever.
yup yup yup

or u could do 3d text :D