Search found 1 match

by Iraqian
Fri Jul 31, 2020 11:56 pm
Forum: Ren'Py Questions and Announcements
Topic: notify screen
Replies: 2
Views: 386

notify screen

hey! i wanted to use notify screen to display certain vars. for ex: $ coins = 1000 $ renpy.notify("you've gained [coins] coins") but the output goes like "you've gained [coins] coins" instead of: "you've gained 1000 coins" so what i did to fix this problem was changing ...