Multi board

MyNameIsMonky

BattleForums Junior Member
Joined
Feb 24, 2004
Messages
137
Reaction score
0
Location
No place
Website
Visit site
Can somone help me with this no one i no will help me with it :(i need a board thats has Red Teal Total Kills
like if u kill a red unit it adds i point thing to that but if u kill a teal unti it adds and takes away one from total kills
Can ne one help me plzzzzzzzzzzzzzzzzzzzzzz :mean
 

Icedragon

BattleForums Addict
Joined
Aug 2, 2002
Messages
836
Reaction score
0
Location
The Swiming Pools
ok so you what a Red kills Teal kills and Total kills right? or what your going to have to be more specific.
 

MyNameIsMonky

BattleForums Junior Member
Joined
Feb 24, 2004
Messages
137
Reaction score
0
Location
No place
Website
Visit site
Icedragon said:
ok so you what a Red kills Teal kills and Total kills right? or what your going to have to be more specific.
sorry for not being sepific or whoever u spell it...
ok i want a multi board
The top says:Kills=Red Police Teal (police=Blue just added)
And theres going to b six plaers
purple orange yellow etc..
EAch red kill i gain a total point for kill but each eal kill u lose a total point and for blue it doesent effect ne thing cept the kills for blue
and the person with the most scorepoints wins at the end :D
thx
 

Icedragon

BattleForums Addict
Joined
Aug 2, 2002
Messages
836
Reaction score
0
Location
The Swiming Pools
sounds confusing to me so ill put a simple example up ok im going to assume you dont know how to set a multi board up so im going to show that too you first

Events
Time - Elapsed game time is 0.10 seconds
Conditions
Actions
Multiboard - Create a multiboard with 2 columns and 2 rows, titled Kills
Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Red
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (String(RedKills))
Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Blue
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to (String(BlueKills))

ok now the get the (string(redkills)) you have to when you go to edit the text of the multiboard column you have to use on the the presets in this case i used integer to string
ok next is updating the board this is for red killing a unit

Events
Unit - A unit Dies
Conditions
(Owner of (Killing unit)) Equal to Player 1 (Red)
Actions
Set RedKills = (RedKills + 1)
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (String(RedKills))

pretty simple eh?
 

NewPosts

New threads

Top