| Blockland Forums > Suggestions & Requests |
| Allow -1 for display time in center and bottom print |
| << < (2/2) |
| Gen. Hothauser:
--- Quote from: mr. child enthusiast on January 03, 2013, 08:01:52 PM ---What about a relay? --- End quote --- That would use memory and/or would cause lag or delay. |
| Demian:
--- Quote from: Port on January 03, 2013, 04:24:53 PM ---You could use message clearing events to get rid of it afterwards. --- End quote --- What are these? |
| Port:
--- Quote from: Demian on January 04, 2013, 06:28:51 AM ---What are these? --- End quote --- http://forum.blockland.us/index.php?topic=209713 |
| Demian:
--- Quote from: pecon98 on January 03, 2013, 04:38:09 PM ---I know that if you use the centerprint function without inputting the variable for time then it will last forever. --- Code: ---registerOutputEvent("GameConnection", infiniteCenterPrint, "STRING 150 200",0); function Gameconnection::infiniteCenterPrint(%this, %string) { %this.centerprint(%string); } --- End code --- And then bottomprint is just as easy. --- Code: ---registerOutputEvent("GameConnection", infiniteBottomPrint, "STRING 150 200",0); function Gameconnection::infiniteBottomPrint(%this, %string) { %this.Bottomprint(%string); } --- End code --- --- End quote --- The centerprint works but the bottomprint doesn't. I also need the checkbox to remove the bar on the bottomprint. |
| Navigation |
| Message Index |
| Previous page |