mewsalamence

Results 3 comments of mewsalamence

It seems like boolean conditionals cannot use the "or" statement and are more strict. { marker1 and marker2: statement1 | statement2 } or { marker1 && marker2: statement1 | statement2...

The current tutorial helps walk users through how to use the basics, and it's very useful for beginners. Having it re-written as a separate "standard" story for accessible editing would...

Sure. Story Code {"title":"Conditional Testing","data":{"stitches":{"letsTestSomeCond":{"content":["Let's test some conditionals.",{"option":"Here We Go!","linkPath":"blankStitch","ifConditions":null,"notIfConditions":null},{"pageNum":1}]},"blankStitch":{"content":["",{"divert":"testerThisWillSh"},{"flagName":"tester = 1"}]},"testerThisWillSh":{"content":["{tester=1: This will show up if tester is [value:tester]/[number:tester].}",{"divert":"elseThisWillBeBr"}]},"elseThisWillBeBr":{"content":["Else, this will be broken.",{"option":"Continue...","linkPath":"thisWillTestMult","ifConditions":[{"ifCondition":"tester=1"}],"notIfConditions":null}]},"thisWillTestMult":{"content":["This will test multiple variables.",{"divert":"ifTestingAppears"},{"flagName":"testing2 = 2"},{"flagName":"testing1...