I am finally getting around to using the (terrific) BAIN wizard functionnality.
Is there some documentation to be found about the scripting language anywhere ?
I have tried to check the usual culprits (Wrye Bash's internal documentation, TomLong's site, UESP wiki, etc.), but couldn't find anything worthwhile.
The Nexus has http://www.tesnexus.com/downloads/file.php?id=32654, but it is not quite what I need.
Would someone be so kind to point me towards the right direction ?
I am especially looking how to merge two strings, like this :
sString1 = "Faction guards"
sString2 = "Select"
sString3 = sString2 + sString1 ? didn't work
sString3 = sString2 && sString1 ? didn't work
??
Thank you.
