:DoorOpenNormal
	play doors/open
	nostopcutoff
end

:DoorCloseNormal
	play doors/close
	nostopcutoff
end

:DoorOpenMetal
	play doors/metal_open
	nostopcutoff
end

:DoorCloseMetal
	play doors/metal_close
	nostopcutoff
end

[DoorNormal
	0	DoorOpenNormal
	1	DoorCloseNormal
	2	DoorOpenNormal
	3	DoorCloseNormal
]

[DoorMetal
	0	DoorOpenMetal
	1	DoorCloseMetal
	2	DoorOpenMetal
	3	DoorCloseMetal
]

:PushwallNormal
	play world/pushwall
	nostopcutoff
end

:PushwallHeavy
	play world/pushwall_heavy
	nostopcutoff
end

:PushwallArk
	playrepeat world/pushwall_ark
	nostopcutoff
end

:Platform
	play plats/pt1_strt
	stopsound plats/pt1_stop
end
