This is a noob question but I can't find it on google...
How do you print a variable in ren'py.
Doesn't work...
So how do you do it!?
How do you print a variable in ren'py.
Code:
menu day1:
"DAY:1 What do you want to do?"
"Go to the movies [$5]":
d"You got to the movies."
$cash=cash-50
$print cash
So how do you do it!?