mds_player_heat
mds_player_heat - Gets the player's active heat count.
Description
long mds_player_heat()
gets the current heat for the player using the script
Return Values
Returns a long value that represents current active heat
Examples
example #1
@va = mds_player_heat();
echo 'You currently have ' . @va ' active heat';
See Also
- mdsi_item_heat()- Returns information about item heat storage
- mdsi_takeheat()- Takes heat from the player's active heat and stores it in the item.
Community content is available under CC-BY-SA unless otherwise noted.