HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Kill Counter

06-27-2004, 04:12 PM#1
Kiradacon
A friend asked me to edit archery tactics so it was a FFA, the maps more complicated than it appears :< . Well the biggest problem I got on it is how to make that Leaderboard Kill Counter and how to make the game end when someone hits lets say 40 kills.

There a easy tutorial on this somewhere?

-Kiradacon
06-27-2004, 04:16 PM#2
Neoreo
make it a real variable....

Events:

Real variable kills becomes 40

Action:

Victory for (triggering player)

Defeat for (everybody else) :D
06-27-2004, 04:21 PM#3
Emekun
Try this one, it's a map where you can see how it's done, or just copy the stuff.

And as Neo said, just use Reals to determine when someone reached the specified kill count.