diff --git a/binaries/data/mods/official/scripts/Sample.xml b/binaries/data/mods/official/scripts/Sample.xml new file mode 100644 index 0000000000..3b937e41ac --- /dev/null +++ b/binaries/data/mods/official/scripts/Sample.xml @@ -0,0 +1,27 @@ +/ Condition temporary learnables +This defines the condition + + This creates a row in the Atlas GUI for input. + + + + + 1,2,3,4,5,6 - used for choice windows. These are listed in the drop down + + 0 - Specifies in what order this parameter is passed to the JS function + + 0 - Used to organize the parameter window in the UI. Added left to right, starting from least number + + + + + Food,Wood,Stone,Metal + "Food","Wood","Stone","Metal" - when choices in the choice box should be passed to javascript as a different string, use choice translation. These are matched by comma ordering + ...etc + + + + + + + int for integer, string for string, real for real numbers (floating point), bool for boolean true/false \ No newline at end of file