mul

From Arx Libertatis Wiki
Jump to navigation Jump to search

The mul script command is used to multiply a number or int script variable with a value for an entity.

Usage

mul <variable> <value*>

Context: Any Entity

Parameters:

ParameterTypeDescription
variable variable Name of the variable to multiply
value number or variable Value to multiply the variable with

The context entity is ignored when modifying global variables. System variables (those starting with ^) cannot be modified and string variables cannot be used in arithmetic.