Author Topic: Small VCE problem  (Read 408 times)

Yeah so today I loaded up a pretty old save which was about a year old and all the VCE I had done in it was perfectly fine. However now I tried to use a door that is supposed to let players open it if he/she has equal or more than 30 score. I didn't have enough to pass so I added 30 score to myself and it still didn't let me pass?
I tried removing the 30 score to see if it would work this time and it still didn't.

Its probably not working because i made that event in a older version of VCE. So what I need is a variable that will be "true" if a player has equal or more than 30 score.
I hope you understood my problem (cause I'm not too good at explaining stuff :s). If you know how to get this to work, please help me. Thanks.

onActivate Self VCE_ifValue <var:cl:score> >= 30
onVariableTrue Self ContentStart Unrestricted

You sir, are truly awesome! Thank you!