also bei mir läuft´s auch nicht. Gabba2... wie weit zoome ich ran ? ganz ? oder 2 mal wie bei MasteR GunneR´s Progs ?
func _direction()
while true
pixelsearch(wo die farbe sein soll so das er in die richtige richtung guggt) =(farbe)
if @error then
send("a")
endif
if not @error then
exitloop
endif
wend
endfunc
func _wayout()
send("v")
sleep(random(10,100))
while 1
if pixelchecksum(wo der name vom npc steht) then
exitloop
"weg raus"
elseif pixelchechsum(wo der name vom kaufmann steht) then
exitloop
"weg raus"
endif
endfunc