Blockland Forums > Suggestions & Requests
v14 gui suggestions
Deoxy99:
How about this: RPG bars, like strength, power, magic, and health.
Shappeh:
Speedometer in vehicles, one that isn't just numbers.
Pah1023:
The clock idea is good but can't you just do this.
Package Clock
{
function Clock()
{
bottomPrintAll("\c6It is \c3"@getDateTime()@"\c6.");
schedule(1,0,Clock);
}
};
Dapizzanator:
--- Quote from: Shappeh on November 26, 2009, 12:51:53 AM ---Speedometer in vehicles, one that isn't just numbers.
--- End quote ---
We'd have to re-do every vehicle.
ZSNO:
--- Quote from: Pah1023 on November 26, 2009, 12:59:32 AM ---The clock idea is good but can't you just do this.
Package Clock
{
function Clock()
{
bottomPrintAll("\c6It is \c3"@getDateTime()@"\c6.");
schedule(1,0,Clock);
}
};
--- End quote ---
Why would you have to put that in a package? -_-