How to add extra text with necessary stats points
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
How to add extra text with necessary stats points
So people, i need a little help, right know i have no idea on how to add extra text if you have certain stats, im no asking about options im asking about extra text if you have the necessary stats for example:
example 1:
(the text from medium won't appear if you don't have high perception)
"although everything is the same for you,"
"you go to your daily life."
example 2:
(a text from medium will appear if you have high perception)
"although everything is the same for you,"
(new text appears)"With the exception of a bird flying over you.."
"you go to your daily life."
ill thanks the person who can help me on this dilemma.
example 1:
(the text from medium won't appear if you don't have high perception)
"although everything is the same for you,"
"you go to your daily life."
example 2:
(a text from medium will appear if you have high perception)
"although everything is the same for you,"
(new text appears)"With the exception of a bird flying over you.."
"you go to your daily life."
ill thanks the person who can help me on this dilemma.
Re: How to add extra text with necessary stats points
Consult the Doc in these cases!valoodx wrote:i need a little help, right know i have no idea on how to add extra text if you have certain stats,
Re: How to add extra text with necessary stats points
Xela i already checked there, but i couldn't find the answer for my question.
Re: How to add extra text with necessary stats points
so:Good, old Doc wrote:Code: Select all
if bl_game: "Well, apart from that boy's love game she insisted on making."
Code: Select all
if stat > 10:
"I can see the future?"Re: [SOLVED]How to add extra text with necessary stats point
Omg Im such a fool ! i forgot to put a space below the text after if stat code!
no wonder why it didn't worked thanks you Xela !
Who is online
Users browsing this forum: No registered users
