Notifications (368)
Moderator: Plugin Moderators
- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2212
- Joined: Thu Aug 24, 2017 11:17
- Location: Tokyo
- Plugins: Show
- Version: Beta
Re: Notifications (368)
Maybe @KoalaGuy's problem is not to use "once": true and use once: true just like @Lobby said in the codes.
Re: Notifications (368)
It will be fixed, and it will be renamed to
@TheFennekin I omitted the quotes as some json standards allow it for names without spaces. However, it's better to use them unless you're lazy 
Code: Select all
"show once":true

=^._.^= ∫
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
- Bearbear76
- Former Bearbear65
- Reactions:
- Posts: 5296
- Joined: Fri Feb 10, 2017 14:53
- Plugins: Show
- Version: Beta
Re: Notifications (368)
In case you wonder: the "z":1 puts a location button on the notification that navigates the user to the building that spawned it.

- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: Notifications (368)
I already figured out.
With the new version something cool is coming for notifications.
With the new version something cool is coming for notifications.
- Bearbear76
- Former Bearbear65
- Reactions:
- Posts: 5296
- Joined: Fri Feb 10, 2017 14:53
- Plugins: Show
- Version: Beta
Re: Notifications (368)
How to make your notifications into a question
To make a notification into a question add the following code to your JSON
Default is false
Next add a function for what will happen depending on the response
For example:
Ok fun is activated when the user pressed ok
cancel fun is activated when the user pressed cancel
By writing the following nothing will happen when pressed
Here is an example JSON
To make a notification into a question add the following code to your JSON
Code: Select all
"question":true,
Next add a function for what will happen depending on the response
For example:
Code: Select all
"ok fun":[{"actions":[{"type":"toast", "id":"I'm a toast!"}]
"cancel fun":[]
cancel fun is activated when the user pressed cancel
By writing the following nothing will happen when pressed
Code: Select all
"cancel/ok fun":[]
Code: Select all
[{
"id":"question_notify",
"type":"notification",
"frames":[{"bmp":"person.png"}],
"text":"would you like to see a toast?",
"question":true,
"ok fun":[{"actions":[{"type":"toast", "id":"I'm a toast!"}],
"cancel fun":[]
}]

- AngelPandaEarth
- Small-town resident
- Reactions:
- Posts: 28
- Joined: Mon Jun 11, 2018 4:14
- Location: N. Chesterfield, Virginia, USA
- Plugins: Show
- Version: Beta
- Contact:
Re: Notifications (368)
?
~AngelPandaEarth,
Weird, unique, imaginative, and creative. I'm an American male, living in God's image.
Weird, unique, imaginative, and creative. I'm an American male, living in God's image.
- CommanderABab
- AB
- Reactions:
- Posts: 9102
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: Notifications (368)
Code: Select all
"actions":[{}]
Code: Select all
{}

- KINGTUT10101
- 1,000,000 inhabitants
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: Notifications (368)
How can I add those optional tags like "show once" to a notification shown via Lua?
All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
- KINGTUT10101
- 1,000,000 inhabitants
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: Notifications (368)
That's helpful...
All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3028
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
- KINGTUT10101
- 1,000,000 inhabitants
- Reactions:
- Posts: 2103
- Joined: Thu Jul 07, 2016 22:50
- Location: 'Merica
- Plugins: Show
- Version: Beta
- Contact:
Re: Notifications (368)
You sly dog 

All of my plug-ins, maps and more:
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101
https://sites.google.com/view/retrocity ... authuser=0
YouTube channel:
https://youtube.com/c/kingtut-101