The problem is i do not know how to edit the support.au3 file so that the bot will follow and assist the main character and then add it to universal.au3
Here is the link for the scripts :

This is the support script :
#include "../source/hooks.au3"
#include "../conf/interface.au3"
#include "../conf/control.au3"
#include "../source/debug.au3"
#include "../source/functions.au3"
#include "../source/move.au3"
#include "../source/items.au3"
#include "../source/attack.au3"
#include "../source/assist.au3"
#include "../source/timeout.au3"
; Team info
global const $kLeaderName = "Logis" { i enter the main char's name here... but it does not work, any sugestions ? }
; Main Loop
while true
;ExitOnDeath()
FollowLider()
SearchTarget()
Attack()
wend







