HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

i need help wif this !

07-23-2003, 02:35 PM#1
unyx
is it possible for a worker to build a building that would be like.. "summoned" therefore making it ..... 'disappear' after about 180 seconds or so?
07-23-2003, 02:43 PM#2
Vexorian
Events
Unit - A unit enters Region
Conditions:
Unit is a building equal to true
Actions
unit Add expiration timer of 20 seconds to Triggering unit

May work But May not work
07-23-2003, 05:20 PM#3
Norbo
A better event for that might be 'finishes construction'..

Then use 'constructed unit is a building = true'

and
'unit Add expiration timer of 20 seconds to constructed unit'

If you want it to be a specific type of building, use a unit-type condition.