Blockland Forums > Help
"Display Variable" not going exactly as I plan...
Lugnut:
That may be your problem.
And seeing as i've tried for a month trying to get VCE variables to display in centerprint, and am unable to, I can't help you.
FrogFreak:
Does anybody have an idea?
KoopaScooper:
Don't use the old "displayVariable", use the "Client" target, and use something like "ChatMessage".
Then an example.
--- Code: ---OnActivate > Player > VCE_modVariable > [test] Add [1]
OnActivate > Client > ChatMessage > [<var:player:test> Tests]
--- End code ---
FrogFreak:
Eh...ok.
FrogFreak:
Thank you man..it worked! :)