Yep, this is the best way: Put this into your objects.lua: -- this defines party_blocker -- don't forget to always set it to "deactivated", so that monsters can get through. cloneObject{ name = "party_blocker", baseObject = "blocker", editorIcon = 96, } -- this defines ...