21 lines
No EOL
1.3 KiB
Text
21 lines
No EOL
1.3 KiB
Text
wow time for some character setup so cool
|
|
[text_input text="What's your name?" var="player_name"]
|
|
[text_input text="And the name of your kingdom?" var="kingdom_name"]
|
|
Hello {player_name}! Welcome to the land of Twokingdom!
|
|
You, sire, are the ruler of {kingdom_name}; the most glorious kingdom in all the lands!
|
|
...Rivaled only of course by Rivaldom, ruled by your sworn arch-nemesis "Archie Nemisye."
|
|
#You knew of course that your kingdom was superior, because you had far more...
|
|
#- Gold
|
|
#- Food
|
|
#- Rocks
|
|
# Expand this section later; just give an option for most basic resource types in the game which allows you to start with slightly more of it.
|
|
# Hopefully add some more choices in here; largely just pointless character building stuff, but at least some of them will have impacts towards the gameplay
|
|
#This came at great cost to your supples of this resource, but that was well worth it.
|
|
#- Gold
|
|
#- Food
|
|
#- Rocks
|
|
# Same deal as the first, this is just to counter-balance it/add some more interesting options for play
|
|
Your main goal as a ruler.. the thing you wanted more than anything else was\:
|
|
[text_input var="player_goal"]
|
|
# Display this in some sort of message at the end for the winner
|
|
And you'd do whatever it took to force {player_goal} onto Rivaldom as well. No matter the price. |