HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Some trigger help plz

10-16-2003, 06:54 AM#1
MapScientist
1. How do i change the owner of resurrected unit to the owner of casting unit? (Just like in RivalNations)

2. How do i cre8 a vote system for 8 players (I want them to vote between Easy, Normal, Hard)

3. What is timer expire for?

Hope some1 will help me out. Thanks.


-- MapScientist --
10-16-2003, 07:12 AM#2
Ligature
1. Action: Unit - Change Owner

2. Er... this is a big ball of triggering yarn... check out this thread.

3. I don't know! :D

Good luck!
10-16-2003, 07:32 AM#3
FF_Behemoth
answer to #1
create a unit variable named RessurationCaster

E- a unit starts the effect of an ability
C- (abiilty being cast) equal to RessurationEdit
A- set RessurationCaster = (casting unit)
Unit Group - Pick every unit in (Units within 512.00 of (Position of ResurrationCaster) matching ((((Matching unit) is dead) Equal to True) and (((Matching unit) belongs to an ally of (Owner of ResurrationCaster)) Equal to True))) and do (Unit - Change ownership of (Picked unit) to (Owner of ResurrationCaster) and Change color)

#2 search the forum for it.. it has to do with dialogs (sp?)

#3 timer is can be set as an event.. example
E- Mytimer expires
C- whatever
A- whatever