Author Topic: VCE Help please  (Read 450 times)

Hello guys i am making a Zombie map but i need to make it so you need 50 points to open a door. how would i do that. Please can you show me how

Anybody have any suggestions?

onActivate      > Self   > VCE_IfValue [<var:cl:score>] [>=] [50]
onVariableFalse > Client > centerPrint ["You need 50 points"]
onVariableTrue  > Self   > Door        [Open]

onActivate      > Self   > VCE_IfValue [<var:cl:score>] [>=] [50]
onVariableFalse > Client > centerPrint ["You need 50 points"]
onVariableTrue  > Self   > Door        [Open]

Thank you Zeblote