Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:Move

The UESPWiki – Your source for The Elder Scrolls since 1995

Move
MoveWorld

		Move,      Axis, Speed
		MoveWorld, Axis, Speed

       Where:	Axis  = X, Y or Z
		Speed = Movement speed in world units per second.

	Type:	Movement

     Returns:	none

     Example:	Move, X, 10
		MoveWorld, Y, 12

     Scripts:	

These functions cause the referenced object to move at the given speed. The Move function uses the object's axes while the MoveWorld always uses the world axes (positive Z is upwards). Note that the exact speed is affected slightly by the speed of the system the game is being played. Thus, where an exact final position is required it is recommended to test for distance rather than time.