Code: Select all
monster_id = search_for_type(lev, monx, mony, CENTER, "MONSTER")
if (monster_id) then
     return monster_id
endModerator: Sophia
 to help finance the hosting costs of this forum.
 to help finance the hosting costs of this forum.
		
		Code: Select all
monster_id = search_for_type(lev, monx, mony, CENTER, "MONSTER")
if (monster_id) then
     return monster_id
end