Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
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.
-
Oppai-Man
- Newbie
- Posts: 1
- Joined: Fri Apr 29, 2022 12:50 pm
- Completed: FreshWomen
- itch: oppaiman
-
Contact:
#1
Post
by Oppai-Man » Fri Apr 29, 2022 1:04 pm
Hi,
In the documentation I found this callback function that retrieves the "who"
Code: Select all
def say_arguments_callback(who, interact=True, color="#fff"):
return (), { "interact" : interact, "what_color" : color }
config.say_arguments_callback = say_arguments_callback
link:
https://www.renpy.org/doc/html/config.h ... s_callback
But I can't seem to find a way to retrieve "what" the character is saying. Is there a way to get the "what"?
Users browsing this forum: Google [Bot], Majestic-12 [Bot]