Warcraft III resources & community, 2003–2006 · archived

need your opinion / help

2 posts
#1

need your opinion / help

I'm at making some crazy project on my own, but im not best when thinking of triggers... here's what i have problem with:

after 20 minutes of game i'd like players to decide which force will they stick to (hum / ud / orcs). After this choice i think they should be attached to some 'groups' and groups will declare war on each other. But here's my question:

how should i do that ? ;)
imo it should be like that:
time elapsed 1200 seconds;
player X <color> writes exactly -undead =>
allign player X to group undead;

bla bla bla;

elapsed time is 1245 seconds;
group 'human' declares war on group 'undead'

i know its not in the language of WC III WE, but its readable :)

do you know other / easier way for doing this ? or my idea is completely wrong ?? any answer would be appreciated :)
#2
Use "playergroup" variables. Life will become easier for you. You can add and remove players from them freely.
-VGsatomi