HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need help with special leaderboard

11-01-2002, 05:27 PM#1
Electricall
I'm an... C+(or B-/C- ) WE user, you could say. Moderatley good with everything. anyway, i need some help, with...

...A special Leaderboard. i have it one a map with 4 players, 1 and 2 are human players, same team, along with 3(computer). The only enemy of these are player 4. So now, what is whenever a creature owned by 3(computer) die in a certain area, i want it to raise one of the human players' number on the leaderboard.
Plus, whenever one human players' number get to a certain number i want it to make him lose. Now you certainly think you know what the game will be about, and i say, YOU ARE WRONG. this is a very wierd map :P

the reason i don't say what i need outright is that i want to learn something, not just to read exactly how it should look. now, i hope this doesn't confuse to much... :bgrun:
11-01-2002, 08:41 PM#2
ph33rb0
The reason you don't "say what you need outright is that I want to learn something" really doesn't make sense. Clarify.
11-01-2002, 11:37 PM#3
CBWhiz
he means he doesnt wnat the code, he wants to know why the code works :D

quote so i dont have to scroll a lot:
Quote:
i have it one a map with 4 players, 1 and 2 are human players, same team, along with 3(computer). The only enemy of these are player 4. So now, what is whenever a creature owned by 3(computer) die in a certain area, i want it to raise one of the human players' number on the leaderboard.
Plus, whenever one human players' number get to a certain number i want it to make him lose.

trigger:
create board
add players 1 - 4

trigger: unit owned by p3 dies
set a variable to increase, and update that player's leaserboard spot
check if its that number, if so defeat (all?)

and i'm betting $5 that its a tower defence :(
11-02-2002, 07:49 AM#4
Electricall
nope it isn't, far from it. however, TD, or Tower Defense if you like that more, is quite fun. i "0wned" Blixel's yesterday.... :)
11-02-2002, 07:51 AM#5
Electricall
oh, and I want scripts, just if you explain how everything works. Thanks!! I think it works now, also I have increased it to 4 human players to make it more fun!