I’m sure you have noticed by now that some people have no health displayed under their characters name. Well you can do this too it’s quite simple. In addition to hiding your health this will also lock your inventory so that anything you drop you will not loose. However, you will not be able to keep any items you pick up. You may want to wait to do this until you are happy with your character.
Before:
[member]
{
actor_class = "(your Name)";
combat_orders = co_hold;
custom_head = default;
disposition_orders = ad_defensive;
focus_orders = fo_closest;
gold = 100019643;
grid_x_offset = 255;
grid_y_offset = 30;
m_clientcachedengagedobject = 0x00000000;
movement_orders = mo_hold;
pack_only = false;
screen_name = "(Your Name)";
selected_active_location = il_active_melee_weapon;
template_name = farmgirl;
You will be adding three returns after character name
After:
[member]
{
actor_class = "Your Name";
combat_orders = co_hold;
custom_head = default;
disposition_orders = ad_defensive;
focus_orders = fo_closest;
gold = 100019643;
grid_x_offset = 255;
grid_y_offset = 30;
m_clientcachedengagedobject = 0x00000000;
movement_orders = mo_hold;
pack_only = false;
screen_name = "(Your Name)
";
selected_active_location = il_active_melee_weapon;
template_name = farmgirl;





