On line 954 the code is:
just fixing the error makes the line:
Rich (BB code):
/if ((!${Spawn[${NetBots[${TankName}].TargetID}].Type.Equal[npc]} && ${ACState} || ${isNPC[${NetBots[${TankName}].TargetID}]} && !${ACState})) /call AdvCombat
just fixing the error makes the line:
Rich (BB code):
/if ((!${Spawn[${NetBots[${TankName}].TargetID}].Type.Equal[npc]} && ${ACState} || ${Spawn[${NetBots[${TankName}].TargetID}].Type.Equal[npc]} && !${ACState})) /call AdvCombat

