Chapter 4
by dingsdongs
What's next?
Finish Character creation and begin story
You can see the chapter settings (Score Changes and Conditions) and the chapter source code here.
{if game_active = true}Once upon a time ...
... there was a hero named John Doe with the following stats:
{if Strength >= 4}He was very strong. {endif}{if Intelligence >= 4}He was very intelligent. {endif}{if Charisma >= 4}He was very charismatic.{endif}
Your current values are:
Strength: {if Strength = 6}6{elseif Strength = 5}5{elseif Strength = 4}4{elseif Strength = 3}3{elseif Strength = 2}2{elseif Strength = 1}1{else}something went wrong{endif}
Intelligence: {if Intelligence = 6}6{elseif Intelligence = 5}5{elseif Intelligence = 4}4{elseif Intelligence = 3}3{elseif Intelligence = 2}2{elseif Intelligence = 1}1{else}something went wrong{endif}
Charisma: {if Charisma = 6}6{elseif Charisma = 5}5{elseif Charisma = 4}4{elseif Charisma = 3}3{elseif Charisma = 2}2{elseif Charisma = 1}1{else}something went wrong{endif}
- Note: Check for the remaining Character Creation Points to make sure the reader only enters this chapter after he has spent all his points.{else}Please start the Game Mode on the right tab under "Score".{endif}
Note: If you have any questions regarding this, feel free to ask on the on the forum.
Note: And as always, if you found something helpful, the author won't mind if you hit the like button ;-)
What's next?
- No further chapters
- Add a new chapter
Conditional Branches Showcase (examples)
Conditional Branches - examples
- All Comments
- Chapter Comments