Modify Player Action

From Pummel Party Mod Documentation
Revision as of 02:55, 7 December 2022 by RBDev (talk | contribs) (Added link)
Jump to navigation Jump to search
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.