Modify Player Action: Difference between revisions

From Pummel Party Mod Documentation
Jump to navigation Jump to search
m (Added link)
Line 1: Line 1:
[[File:ExampleModifyPlayerAction.png|thumb|right|600px|The Modify Player action in the Action editor.]]
[[File:ExampleModifyPlayerAction.png|thumb|right|600px|The Modify Player action in the [[Action Editor]].]]
An action to modify an attribute about a player. This action can only be used in [[Minigame Mod]]s.
An action to modify an attribute about a player. This action can only be used in [[Minigame Mod]]s.



Revision as of 02:55, 7 December 2022

The Modify Player action in the Action Editor.

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.