
Posts
191
Respect
30Add +1
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
elevator_func()
{
elevator_floor = getent( "elevator_floor" , "targetname" );
wait 2;
elevator_floor MoveZ( -8, 3 );
wait 3;
//level notify( "elevator_done" );
}
elevator_floor MoveZ( -8, 3 );
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
movez( dist, time );
http://www.zeroy.com/script/motion/movez.htm
So right now it move's down 8 units in 3 seconds..
EDIT:
otherwise us moveto() then you can define the coordinate you want the brush to move to:
http://www.zeroy.com/script/motion/moveto.htm