I must be doing something wrong here... I cannot seem to find these mongers, am I making some simple mistake?
Sub FindMonger
MongerLoop:
finditem HS_IS_OCB_NCB G_15
if #FindKind <> - 1
{
event property #FindId
if monger in #Property
{
display it works!
goto MongerEnd
}
}
goto MongerLoop
MongerEnd:
ingoreitem reset people
wait 5s
return