-- name: Trap door restored -- description: Restored the sound of the trap door, thanks for Manolo and Squishy for help me. hook_behavior( id_bhvCastleFloorTrap, OBJ_LIST_SURFACE, false, nil, function(o) if o.oAction == 1 and o.oTimer == 0 then create_sound_spawner(SOUND_GENERAL_CASTLE_TRAP_OPEN) end end )