Staredit Network

Staredit Network -> UMS Assistance -> custom kills
Report, edit, etc...Posted by tinypross(sp) on 2005-03-05 at 00:45:25
I am making a Grand Theft Auto map and i want it so every 5 kills the player does ur wanted level rises up 10 the gas will be the wantency

i wanna make it so that when u kill 5 people ur gas goes up 10 then ur kills restart but i know you need custom kills and i don't know how to do it
so could some one tell me how to make a custom kill score plz plz plz n thnx helpsmilie.gif
Report, edit, etc...Posted by chuiu on 2005-03-05 at 02:23:51
Why don't you do something like:

C:
Current player kills score is at least 1.

A:
Set kills score for current player: Set to 0.
Modify resources for Current Player: Add 2 gas.
Preserve trigger.

Also, we have tutorials on custom kills stuff. Just go under triggers and look for stuff about kills. Read those tutorials and they would be able to help you out with anything you might need to do.
Report, edit, etc...Posted by tinypross(sp) on 2005-03-05 at 05:40:31
[quote=chuiu_os,Mar 5 2005, 01:23 AM]
Why don't you do something like:

C:
Current player kills score is at least 1.

A:
Set kills score for current player: Set to 0.
Modify resources for Current Player: Add 2 gas.
Preserve trigger.

o yeah lol
well any ways wat is custom kills can some one help me out with this plz smile.gif helpsmilie.gif helpsmilie.gif
Report, edit, etc...Posted by chuiu on 2005-03-05 at 10:59:46
... Did you even read the tutorial? Fine. Custom kills are when you subtract kills score and add to another score. Then when you reach a certain amount in the other score you subtract that and do some action based off it LIKE YOU DESCRIBED IN YOUR FIRST POST. You should just use custom score for this.


C:
Current player kills score is at least 1.

A:
Set kills score for current player: Set to 0.
Set custom score for Current Player: Add 1.
Preserve trigger.

C:
Current player custom score is at least 5.

A:
Set custom score for Current Player: Subtract 5.
Modify resource amount for Current player: Add 10 gas.
Preserve trigger.

You're subtracting from kills to add to custom then when you have your desired custom amount you're subtracting from custom and adding to gas.
Report, edit, etc...Posted by DT_Battlekruser on 2005-03-05 at 11:08:58
Custom score is a custom score unnafected by you doing anything in game.
Next Page (1)