BAIN wizard scripting documentation

Post » Mon Apr 11, 2011 6:48 pm

Hello,

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.
User avatar
LuCY sCoTT
 
Posts: 3410
Joined: Sun Feb 04, 2007 8:29 am

Post » Mon Apr 11, 2011 10:09 pm

The documentation is in the Mopy directory. It's called Wizards.html - it's separate from the main documentation. I haven't done enough with BAIN wizards yet to help you, but there might be something in the docs.
User avatar
Chris Ellis
 
Posts: 3447
Joined: Thu Jul 26, 2007 10:00 am

Post » Mon Apr 11, 2011 9:18 pm

The documentation is in the Mopy directory. It's called Wizards.html - it's separate from the main documentation. I haven't done enough with BAIN wizards yet to help you, but there might be something in the docs.


Thank you very much, Andalaybay, that is exactly what I was looking for!

Please have a nice day.
User avatar
Francesca
 
Posts: 3485
Joined: Thu Jun 22, 2006 5:26 pm


Return to IV - Oblivion