Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Post-Levels/10055
doneif (tagis[Helper.ShowSpec] = 0)
~ set up configurable for mysteries
hero.childfound[cfgGRNbOra].field[cfgAllow1].text = "component.Ability & abCategory.OraMys & !Helper.Helper & !Helper.Obsolete"
~ allow 1 mystery to be chosen
hero.childfound[cfgGRNbOra].field[cfgMax1].value += 1
~ revelations
~ if we haven't chosen a mystery, get out
doneif (hero.haschild[Ability,"abCategory.OraMys & CustTaken.cfgGRNbOra"] = 0)
~ get our list of revelations for our chosen mystery
var revs as string
revs = hero.findchild[Ability,"abCategory.OraMys & CustTaken.cfgGRNbOra"].tagids[Custom.Myst?,"|"]
hero.childfound[cfgGRNbOra].field[cfgAllow2].text = "component.Ability & !Helper.Helper & !Helper.Obsolete & " & "(" & revs & ")"
~ allow one revelation
hero.childfound[cfgGRNbOra].field[cfgMax2].value += 1