Home Artists Posts Import Register

Downloads

Content

A simple multi notification screen for renpy games. 

Simply add "notification.rpy" file to your game folder and use one of these methods to push a notification into the stack.


1- inside a python block

msg.msg("Say something.")


2- inside script

$ msg.msg("Say something.")


3- from screen action

action Function(msg.msg, "say something")


to get this script check the attachment or download 0GUI that includes all of previous scrips as well.



Files

simple notifications for renpy

A simple multi notification screen for renpy games. Simply add "notification.rpy" file to your game folder and use one of these methods to push a notification into the stack. 1- inside a python block msg.msg("Say something.") 2- inside script $ msg.msg("Say something.") 3- from screen action action Function(msg.msg, "say something") to get this script check my patreon: https://www.patreon.com/KiaAzad steemit: https://steemit.com/@kiaazad subscribestar: https://subscribestar.adult/kiaazad hyperspace: https://hyperspace.app/u/5c4f1560f4c8e80006907443

Comments

No comments found for this post.