Disable your Ad Blocker! Thanks :)
Chapter 4
by dingsdongs
What's next?
Finish Character creation and begin story
You can see the working example here.
The settings of this chapter:
Conditions:
00 Character Cration Points = 0
Score Changes:
-
Chapter source code:
Once upon a time ...
... there was a hero named {first_name} {last_name} 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.
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
Disable your Ad Blocker! Thanks :)