Search found 1 match

by Oppai-Man
Fri Apr 29, 2022 1:04 pm
Forum: Ren'Py Questions and Announcements
Topic: How to callback "what" a character is saying?
Replies: 0
Views: 1192

How to callback "what" a character is saying?

Hi, In the documentation I found this callback function that retrieves the "who" def say_arguments_callback(who, interact=True, color="#fff"): return (), { "interact" : interact, "what_color" : color } config.say_arguments_callback = say_arguments_callback lin...