Poll

ifscore event?

Yes.
0 (0%)
Maybe...
0 (0%)
Dunno...
0 (0%)
I would use VCE...
1 (50%)
No.
1 (50%)

Total Members Voted: 2

Author Topic: VCE Help - Scores  (Read 868 times)

I need to use VCE to take away a client's score to buy items at the shop. For some reason it isn't working. Either I'm doing it wrong or there's something wrong with my VCE.

Here I tried to make someone able to buy the second story to the shop. Yes, I also added prompt into the mix, but plain VCE without the prompt didn't work either for the weapons.




Don't use <var:cl:score> for Client | VCE_ifVariable

Use onPromptAccept | Self | VCE_ifValue | <var:cl:score> instead.

Don't use <var:cl:score> for Client | VCE_ifVariable

Use onPromptAccept | Self | VCE_ifValue | <var:cl:score> instead.

I attempted but it did not work. We used this and upon 'accept' no score was taken.




Should I use the 'ifscore' event or retrocheck?

You should put a 1 in the last parameter of the first event.
Also, on the third line, you can't mod the score. You have to use incScore with -5

You cannot modify special variables with the VCE.

Also, don't use variable replacers outside of the VCE_ifValue output.

Try using incScore instead.

You should put a 1 in the last parameter of the first event.
Also, on the third line, you can't mod the score. You have to use incScore with -5

Thanks a load... this worked :D

You cannot modify special variables with the VCE.

Also, don't use variable replacers outside of the VCE_ifValue output.

Try using incScore instead.

Ya... I realize that now :c

But I think people still had fun at my server :D