function isbot()
player = gv("name")
target = gtv("name")
if target == nil or target == '' then
cprint("no target")
return
end
message = target .. " is not afk"
cmd = "dlg_special( 'confirm_window', 'notice( \"" .. message .. "\" )' , '
PRESS CONFIRM OR WARM
//
Confirme ou avertissement
' ) add_state(201085, 1, 6000) "
do_player( target , cmd )
end