Blockland Forums > Suggestions & Requests
Vehicle Health Bar
Advanced Bot:
--- Quote from: BluetoothBoy on August 21, 2013, 09:50:22 AM ---I could maybe do this, unless Advanced Bot gets to it first.
@Advanced Bot: You just call %obj.getDamageLevel(); or %obj.getDamagePercent();
--- End quote ---
Well, I know that, but I mean like
--- Code: ---%player.vehicle.getDamageLevel();
--- End code ---
Stuff like that.
BluetoothBoy:
Oh, that.
--- Code: ---%player.getObjectMount().getDamageLevel();
--- End code ---
However, I have a different idea for some code, will probably write it up tomorrow and test it.
Aide33:
--- Quote from: BluetoothBoy on August 22, 2013, 12:08:16 AM ---Oh, that.
--- Code: ---%player.getObjectMount().getDamageLevel();
--- End code ---
However, I have a different idea for some code, will probably write it up tomorrow and test it.
--- End quote ---
Yeah that's the function
BluetoothBoy:
Nevermind, not a different idea for code, read the OP incorrectly... I'll try to get working on this right away.