Modify Player Action: Difference between revisions
Jump to navigation
Jump to search
(Initial content) |
|||
Line 13: | Line 13: | ||
The gravity direction is relative to the world, not the player. | The gravity direction is relative to the world, not the player. | ||
This gravity value will override the gravity set by a [[Set Gravity Action]] for this player only. The value set here by this action can also be overridden by a more recent call to a Set Gravity action. | |||
[[Category:Actions]] | [[Category:Actions]] |
Revision as of 00:36, 30 November 2022
An action to modify an attribute about a player. This action can only be used in Minigame Mods.
The available attributes that can be modified are:
- A movement speed multiplier
- The player's gravity
Movement Speed Multiplier
The multiplier can be set from 0 to 100. It cannot be negative.
Gravity
Enter a direction and magnitude for the gravity this player should experience. The gravity direction is relative to the world, not the player.
This gravity value will override the gravity set by a Set Gravity Action for this player only. The value set here by this action can also be overridden by a more recent call to a Set Gravity action.