Floor_Donut
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
250:Floor_Donut (ptag, pspeed, sspeed)
- ptag: Tag of the pillar in the center of the donut
- pspeed: How quickly to lower the pillar
- sspeed: How quickly to raise the surrounding sector's floor
Performs  a donut action on the specified sectors.
a donut action on the specified sectors.
Examples
In this example, the donut's pillar has a tag of 1, the pillar lowers with a speed of 10 and the floor around the pillar raises with a speed of 15, after which its floor is changed to that of the sector around.
Script 1 (void)
{
   Floor_Donut(1, 10, 15);
   Print(s:"Unflooding the area, moving the column down...");
}
Conversions from linedef types
The following Doom map format types can be converted as :

