Want to support CHYOA?
Disable your Ad Blocker! Thanks :)

Chapter 3 by Varlance Varlance

What's next?

Testing area (cheat mode)

This testing area was used during development. Nothing to see here!

Create variable S4 as true

S4 value: {S4}

Test if statement 1: {if S4 = "true"}S4 is true{else}S4 is false{endif}

Correct syntax: Test if statement 2: {if S4 = true}S4 is true{else}S4 is false{endif}

Correct syntax: Test if statement 3: {if S4 = 1}S4 is 1{else}S4 is 0{endif}

Correct syntax: Test if statement 4: {if S4 == 1}S4 is 1{else}S4 is 0{endif}

Create variable Percent as 50%

Percent value: {Percent}

Test if statement 1: {if Percent = 50%}true{else}false{endif}

Correct syntax: Test if statement 2: {if Percent = 50}true{else}false{endif}

Test if statement 3: {if Percent = 0.5}true{else}false{endif}

Test if statement 4: {if Percent = "50"}true{else}false{endif}

What's next?

Want to support CHYOA?
Disable your Ad Blocker! Thanks :)