Author Topic: Is there anyway to "upgrade" vehicles?  (Read 1992 times)

Dang it. phflack beat meh to it.  Dang computer. ANYWAYS
This might be using another addon, but it's still variables,
1. onActivate>self>ifscore [is greaterthan or is equalto] [score]
2. Varabletrue>namedbrick [spawn]>set vehicle [vehicle]
You can use that, It's a little simpler than the new VCE in my books, But I'm not too good with "setEventEnabled" so you're gonna have to have more than one button that dissapears after the vehicle is upgraded to prevent downgrading.
Also, I think that in that addon is an OnMinigameReset. You can use that to get the buttons back after the minigame resets.
There, That should be it

fail :D

0    OnActivate -> Client -> Centreprint -> Oh dear <var:cl:bl_id>. You are going to die.
1000 OnActivate -> Player -> Kill





Thank you, Dn.

0    OnActivate -> Client -> Centreprint -> Oh dear <var:cl:bl_id>. You are going to die.
1000 OnActivate -> Player -> Kill


you could use %1, instead of targeting their ID, which can be done with %2, 3, or 4, forgot which

Oh yeah, I forgot that the cl in <var:cl:bl_id> meant client.
:/


Dang it. phflack beat meh to it.  Dang computer. ANYWAYS
This might be using another addon, but it's still variables,
1. onActivate>self>ifscore [is greaterthan or is equalto] [score]
2. Varabletrue>namedbrick [spawn]>set vehicle [vehicle]
You can use that, It's a little simpler than the new VCE in my books, But I'm not too good with "setEventEnabled" so you're gonna have to have more than one button that dissapears after the vehicle is upgraded to prevent downgrading.
Also, I think that in that addon is an OnMinigameReset. You can use that to get the buttons back after the minigame resets.
There, That should be it
that's v4 variables, i use v5, you should upgrade man... much better with v5, and easier too
Oh yeah, I forgot that the cl in <var:cl:bl_id> meant client.
:/
more of, you put BL_ID instead of name XD
Get off my thread.
who and why?

wrong way to start
onactivate>self>vce_ifvalue[<var:cl:score>][>=][ammount][target lines]
What do you mean by target lines?


What do you mean by target lines?
the event lines you want to target, ie, if you want to target 1-6, you would type in that area, 1 [space] 6, or 5-18, 5 [space] 18


that's v4 variables, i use v5, you should upgrade man... much better with v5, and easier.
I find v4 easier, It has inmput and output events :D