Author Topic: How to only get certain vce events to activate  (Read 647 times)

It has been a long time since i have used vce im trying to find documets on all the vars like <var:player:firing>

but anyway how do i get it to only avtivate event 7 if the varible is true? i know its something to do with the numbers at the end but what
like

on activate > self > vce_retrocheck > ifplayername > player then do event 17 ONLY not the opther 15 events that have onvaribletrue!


nope cant get it to work

onActivate Self VCE_ifValue [<var:pl:firing>] [==] [1] [7 7]

onActivate Self VCE_ifValue [<var:pl:firing>] [==] [1] [7 7]
OHHH if_value i was doing if_varible stupid mistake

onActivate Self VCE_ifValue [<var:pl:firing>] [==] [1] [7 7]
hey thanks it worked idk why it would be SELF tho i thought it would be CLIENT or PLAYER

hey thanks it worked idk why it would be SELF tho i thought it would be CLIENT or PLAYER
VCE_ifValue is always on the brick, the variable replacer defines the target:

<var:pl:firing>

It contains the pl, which stands for player