Blockland Forums > Help
(VCE) How to check the variable on another brick
Lando The Climber:
So if I had a brick named test and there was a variable called "ass" with the value of 1
Then I made another brick and wanted it to bottomprint the value of ass on THE OTHER brick
I know you can do <var:brick:ass>, but that only works if the brick your eventing has a variable named ass, not if another named brick does
Darksaber530:
I have this problem too.
CheeseDragon:
I think you have to do onActivate->client->bottomPrint->[Ass: <var:nb_test:ass>
Not 100% sure...
Axolotl:
--- Quote from: CheeseDragon on July 16, 2012, 03:20:28 AM ---I think you have to do onActivate->client->bottomPrint->[Ass: <var:nb_test:ass>
Not 100% sure...
--- End quote ---
Name a brick "hi"
Do <var:nb_hi:test>
CheeseDragon:
--- Quote from: Axolotl on July 16, 2012, 01:17:59 PM ---Name a brick "hi"
Do <var:nb_hi:test>
--- End quote ---
I just said that.. Except he named his variable ass.