HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard kills

05-05-2004, 02:16 AM#1
Phoenix-Flame
i tryed to make kils to be part of multiboard but no matter how i do it i cant get it to move from 0.. its sting to integre something

the kills trigg is units owned by dg id dying
set kills + 1

well i cant move it no matter what clan anyone please help me

Thank You :D
05-05-2004, 02:42 AM#2
Shimrra
Try this trigger:
Code:
Trigger 001
    Events
        Unit - A unit Dies
    Conditions
        (Owner of (Killing unit)) Equal to Player 1 (Red)
    Actions
        Set Integer = (Integer + 1)
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to (String(Integer))

You can change the player. mulitboard, and row\columns to fit what you need. Hope this helps!
05-05-2004, 08:02 PM#3
Phoenix-Flame
Quote:
Originally Posted by Shimrra
Try this trigger:
Code:
Trigger 001
    Events
        Unit - A unit Dies
    Conditions
        (Owner of (Killing unit)) Equal to Player 1 (Red)
    Actions
        Set Integer = (Integer + 1)
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to (String(Integer))

You can change the player. mulitboard, and row\columns to fit what you need. Hope this helps!

hmm thats was exactly what i had
05-05-2004, 08:03 PM#4
Phoenix-Flame
any way thanks your the man who answered my questions a billion of times ehe :D

Thank You
05-05-2004, 08:05 PM#5
Shimrra
Hmmm... Did you create the Multiboard at Map Initialization? Is so set it to time elapsed 1 second. Otherwise, I would suggest doing it for a leaderboard then. They are generally easier to use.
05-05-2004, 09:25 PM#6
ThyFlame
If that's not working, did you create and show a multiboard to begin with?