
Posts
835
Respect
195Add +1
Forum Rank
The Decider
Primary Group
Mapper
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | Has released one or more maps to the UGX-Mods community. |

![]() | Has released one or more maps to the UGX-Mods community. |
flood_height = 16;
rise_time = 5;
flood_acceleration_fraction = 1/10;
flood_deceleration_fraction = 1/5;
trigger waittill("trigger", user);
for(i=0;i<flood_water.size;i++)
flood_water[i] moveZ(flood_height,rise_time,rise_time*flood_acceleration_fraction,rise_time*flood_deceleration_fraction);