Staredit Network

Staredit Network -> UMS Assistance -> I fergot how to do this
Report, edit, etc...Posted by r[s]t on 2005-07-06 at 20:11:04
Player gets 25 kills
-------------------
set kill count back to 0
add one mineral to current player/


how do i set kills and add money? on starforge
Report, edit, etc...Posted by Swift_ninja( on 2005-07-06 at 20:21:00
if you mean how to do the triggers i think its this:

kills(currentplayer, atleast, 25, anyunit);

score(set, kills, 0); <not sure if its right>
setresources(add, 1, mineral, currentplayer);

if not can u be more specific?
note: it may not be exact but its close.
Report, edit, etc...Posted by slayer766 on 2005-07-06 at 20:33:31
We have tutorials for everything!
Kills To Cash - Perfect
Report, edit, etc...Posted by Oo.Vic.oO on 2005-07-06 at 20:40:52
u cant subtract kills u have to do this:

Conditions:
Current player kill score is at least 1

Actions:
Set kill score to 0
Add 1 custom score
Preserve Trigger


Conditions:
Current player custom score is at least 25

Actions:
Subtract 25 custom score for current player
Add 1 mineral for current player
Report, edit, etc...Posted by slayer766 on 2005-07-06 at 21:07:52
Vic that's what the tutorial says.......lol

Anyways you explained it to him so he didn't have to even click on the link to the tutorials! Good job. biggrin.gif
Next Page (1)