inc

From Arx Libertatis Wiki
Jump to navigation Jump to search

The inc script command is used to add a value to a number or int script variable for an entity.

Usage

inc <variable> <value*>

Context: Any Entity

Parameters:

ParameterTypeDescription
variable variable Name of the variable to add to
value number or variable Value to add to the variable

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.