Multiboard help

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
Update the leaderboard. This time, for that player say Pussy Left... and set all colours to maroon or something. Then make all values 0.
 

Paella

Member!
Joined
Jan 17, 2005
Messages
46
Reaction score
0
yea, I used the array for the death counter, not the kill coutn i forgot oops^^
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
Which is just as easy to do... Arrays really work well with integers and reals. I wouldn't suggest using them for characters.
 

peoncaptain

Member!
Joined
Apr 14, 2004
Messages
19
Reaction score
0
Location
Croatia
Website
Visit site
I wanted to reduce time needed to reach the main base so I got stupid idea:I wanted to make zeppelin express,I made 4 locations for each base(2 are destinations and two are start locations),I want to make somethink like this-when a player enters region(cond if owned by player 1,entering unit is a hero),order zeppelin to load unit and go to destination,I think the problemi is that units owner and zeppelin owner arent the same...(if they were,I wouldnt need a trigger to do this..)I made this
red express
Events
Unit - A unit enters red base helipad to left <gen>
Conditions
((Entering unit) is A Hero) Equal to True
((Entering unit) belongs to an ally of Player 1 (Red)) Equal to True
Actions
Unit - Order Zeppelin express 0230 <gen> to Load (Triggering unit)

just to try it but the hero isnt loaded...(is it even impossible?)
 

Darimus

BattleForums Addict
Joined
Oct 2, 2003
Messages
681
Reaction score
0
Website
www.spaceman.vze.com
You could do Unit - Hide on the hero, then when the zeppelin reaches it's destination, move the unit instantly there, and unhide. (and pan the camera)
 

ChrisH36

Guy with Most Posts on Quiet Board.
Joined
May 20, 2003
Messages
15,042
Reaction score
4
Location
Temple Prime, Sarajevo
peoncaptain said:
I wanted to reduce time needed to reach the main base so I got stupid idea:I wanted to make zeppelin express,I made 4 locations for each base(2 are destinations and two are start locations),I want to make somethink like this-when a player enters region(cond if owned by player 1,entering unit is a hero),order zeppelin to load unit and go to destination,I think the problemi is that units owner and zeppelin owner arent the same...(if they were,I wouldnt need a trigger to do this..)I made this
red express
Events
Unit - A unit enters red base helipad to left <gen>
Conditions
((Entering unit) is A Hero) Equal to True
((Entering unit) belongs to an ally of Player 1 (Red)) Equal to True
Actions
Unit - Order Zeppelin express 0230 <gen> to Load (Triggering unit)

just to try it but the hero isnt loaded...(is it even impossible?)
A neutral zeppelin will not load a unit owned by another player. You need to convert either the hero's player or the zeppelin's player to something. Estimate the time with a wait action then return the alliancy to the original player.
 

NewPosts

New threads

Top