statsAddAuto list: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; statsAddAuto_list [<number>] [<stat>] : Specifies which stats to raise and up to what number. : Where '''<stat>''' is the three-letter stat name. (i.e. '''str, agi, int, vit,…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
; statsAddAuto_list [<number> | ; statsAddAuto_list <number> <stat> [, <number> <stat> [, ...] ] | ||
: Specifies which stats to raise and up to what | : Specifies which stats to raise and up to what value. | ||
: | : <stat> is the three-letter stat name ('''str, agi, int, vit, dex, luk'''). | ||
== Examples == | |||
* Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus) | * Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus) | ||
Revision as of 13:41, 16 August 2012
- statsAddAuto_list <number> <stat> [, <number> <stat> [, ...] ]
- Specifies which stats to raise and up to what value.
- <stat> is the three-letter stat name (str, agi, int, vit, dex, luk).
Examples
- Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus)
statsAddAuto 1 statsAddAuto_dontUseBonus 0 statsAddAuto_list 50 agi, 30 str