| Blockland Forums > Suggestions & Requests |
| Request: Centerprint to topprint/rightprint |
| (1/2) > >> |
| Gen. Hothauser:
I'm sure this has been requested/suggested numerous times, but I need it to display more stats for my City RPG, and centerprint blocks the view. I edited Boom's HUD prints with what i think is the function that made centerprint into rightprint, but i havent tested it. If so, then I'll edit HUD prints and default centerprint to make them right justified. |
| Lugnut:
"rightprint" is just centerprint that's surrounded by "<font align:right>" or something |
| Ipquarx:
--- Quote from: Lugnut on July 28, 2012, 08:31:28 PM ---"rightprint" is just centerprint that's surrounded by "<font align:right>" or something --- End quote --- <align:right>, but yeah. As for top print, not practical. |
| Gen. Hothauser:
--- Quote from: Ipquarx on July 28, 2012, 08:55:29 PM ---<align:right>, but yeah. As for top print, not practical. --- End quote --- Completely practical, if it can be done, with limitation of chat size. and is this what would make centerprint rightprint, only with something replacing "VCEprints"? --- Code: ---function GameConnection::VCEPrints(%this) { %this.centerPrint("<just:right>" @ $VCEPrints::CenterPrint,-1,""); %this.bottomPrint($VCEPrints::BottomPrint,-1,""); } --- End code --- |
| Lugnut:
he meant it's not practical to be done. |
| Navigation |
| Message Index |
| Next page |