help+="\n AGGRORANGE: Sets the range when a mob will aggro it's target. Aggro range is currently "+MobileFSMManager.AI_BASE_AGGRO_RANGE;
help+="\n DROPAGGRORANGE: Sets the range when a mob will drop aggro from it's target. Drop aggro range is currently "+MobileFSMManager.AI_DROP_AGGRO_RANGE;
help+="\n PATROLDIVISOR: Sets the Patrol Divisor for Mob AI. Setting this will give a 1/[amount] chance to parol the area. Patrol Chance is currently 1/"+MobileFSMManager.AI_PATROL_DIVISOR;
help+="\n PULSE: sets how often to run mob's AI. Measured in MS. Pulse is currently "+MobileFSMManager.AI_PULSE_MOB_THRESHOLD+"ms.";
help+="\n SLEEPTHREAD: Sets how long to sleep the AI for ALL mobs.Thread sleep is currently "+MobileFSMManager.AI_THREAD_SLEEP+"ms.";
help+="\n RECALLRANGE: Sets the range of a mob to recall back to it's bind location. Recall range is currently "+MobileFSMManager.AI_RECALL_RANGE;
help+="\n POWERDIVISOR: Sets the Power Divisor for Mob AI.Setting this will give a 1/[amount] chance to use power on a player. Power Divisor is currently "+MobileFSMManager.AI_POWER_DIVISOR;
help+="\n LOSEHATE: Sets the amount per second to reduce hate amount for player while they are idle. Hate Delimiter is currently "+MBServerStatics.PLAYER_HATE_DELIMITER;
help+="\n HATEMODCOMBAT: sets the modifier for Hate value for Combat. Hate Value is `Damage *[HATEMODCOMBAT]`.Hate Mod Combat is currently "+MBServerStatics.PLAYER_COMBAT_HATE_MODIFIER;