Hello!
I've been using this while to great effect while debugging
Int o = 0 EquipmentLog = "Items " + i + ": " While o < 32 If forms[o] != None EquipmentLog += "\n\tname: " + forms[o].GetName() EndIf o += 1 EndWhile
but I cant seem to get it to work with MCM. When I use AddTextOption() only the first line shows up.
Is there a way to get the next lines? (The same function returns several lines when debug.trace)
I really don't wanna manually set up 32 slots xD
Thanks!