Quote
;==================================
; Script Name: simple follower
; Author: Felix
; Version: 1.0
; Client Tested with: 6.0.13
; EUO version tested with: 1.5.148
; Shard FS: UODreams
; Public Release: 10/04/2009
; Purpose: follows combatant on hotkey
;==================================
set #lpc 50
loop:
onhotkey 3
gosub dognat
sleep 10
goto loop
sub dognat
finditem #enemyid G
if #findkind <> -1 && #finddist > 0
event pathfind #findx #findy #findz
return