Page 1 of 1

ScenEdit_SetSideOptions

Posted: Wed May 13, 2020 8:11 pm
by jkgarner
The following is taken from the CommandLua documentation :

ScenEdit_SetSideOptions (options)
Set side options....AWARENESS and PROFICIENCY.(options)

Parameters
options SideOptions The side items to be changed.
Returns
{ SideOption }The side options

Example
ScenEdit_SetSideOptions('{side='SideA',awareness='OMNI',PROFICIENCY='ace')

The documentation does not give the valid values that can be used for awareness or proficiency.
What are the valid string values for awareness?
What are the valid sting values for proficiency?



RE: ScenEdit_SetSideOptions

Posted: Thu May 14, 2020 8:07 am
by KnightHawk75
Awareness:
-1,0,1,2,3 or string AutoUnit, AutoSide, Blind, Normal, Omni (not sure if I have that in the right order matching the number)

Proficiency:
0-4 or string novice, cadet, regular, veteran, ace,


RE: ScenEdit_SetSideOptions

Posted: Thu May 14, 2020 10:05 am
by jkgarner
Thank you.