Author Topic: Killstreak Rewards  (Read 697 times)

No, not the ones that just say that you got x kills without dieing.

I would like something that (maybe with events or something) give you an weapon/item when you get x kills without dieing.

But if it's possible with VCE, tell me how.

I originally planned to do this with my killstreak mod but then I got lazy

Should be possible with VCE. I'll see if I can do a rough outline of the proper events

Quote
OnMinigameKill > Killer Client > VCE_modVariable > killstreak > add > 1
OnMinigameDeath > (Dying) Client > VCE_modVariable > killstreak > set > 0

OnMinigameKill > Killer Client > VCE_ifVariable > killstreak > == > (desired number of kills)
OnVariableTrue > (do whatever you want here)

This would actually be more customizable than a script.

This would actually be more customizable than a script.
Not really. You can do everything you can do with events, with scripting and lots more as far as I know.