div

From Arx Libertatis Wiki
Jump to navigation Jump to search

The div script command is used to divide a number or int script variable by a value for an entity.

Usage

div <variable> <value*>

Context: Any Entity

Parameters:

ParameterTypeDescription
variable variable Name of the variable to divide
value number or variable Value to divide the variable by

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.