Variable
From NWNWiki
A variable stores a piece of data in a script. Each variable must be declared to be of a certain type (e.g. integer), indicating the type of data it can contain.
See also local variable.
A variable stores a piece of data in a script. Each variable must be declared to be of a certain type (e.g. integer), indicating the type of data it can contain.
See also local variable.