MinManaPointsCondition - cyritegamestudios/trust GitHub Wiki

Overview

Checks whether the target's mana points are greater than or equal to a given value.

Syntax

MinManaPointsCondition.new(min_mp)

Parameter Type Description
min_mpp number Minimum mana points (inclusive).

Examples

  • MinManaPointsCondition.new(125) (MP greater than 125)