July 31, 2020 at 7:40 pm
#25461
RandomNPC
Participant
Rather than giving a token using “hero receives token ___” if you want to give the hero more than one of the same token, you need to use “hero number of ___ increases with..”
For example, let’s say you wanted to buy a sword for 5 gold. The screenplay would be as follows (Please count the number of spaces, as this is crucial):
if hero number of “gold” >=5
(4 spaces) hero receives token “sword”
(4 spaces) hero number of “gold” decreases with 5
else
(4 spaces) blacksmith says “Sorry, but you don’t have enough gold”