Blockland Forums > Help
how do i do this?
deathrider:
bump
Flubbman:
Title is ambigous.
deathrider:
bump
phflack:
--- Quote from: Flubbman on April 22, 2010, 07:46:05 AM ---Title is ambigous.
--- End quote ---
that it is
--- Quote from: LeftFourLife on April 18, 2010, 02:35:51 AM ---On a brick below the voting brick
--- End quote ---
you did not even test that, as it could not exist
--- Code: ---onactivate>client>vce_ifvaraible[voted](!=)[1]
onvariablefalse>client>bottomprint[<var:br:yes> voted yes. <var:br:no> voted no.]
onvaraibletrue>client>prompt(yes/no)[Should I make the jail bigger?]
onpromptaccept>self>vce_modvariable[yes](add)[1]
onpromptdecline>self>vce_modvariable[yes](subtract)[1]
onpromptaccept>client>vce_modvariable[voted](set)[1]
onpromptdecline>client>vce_modvariable[voted](set)[1]
--- End code ---
i believe that this should work, although you might want to add a saving/loading part to it so they can't leave and come back to vote more times, and with this they can't see the results until they vote