std.requesters.Notify - nitrologic/monkey2 GitHub Wiki

std::std.requesters.Notify

Function Notify:Void( title:monkey:monkey.types.String,text:monkey:monkey.types.String,serious:monkey:monkey.types.Bool=false )

Activates a modal notification dialog.

Notify activates a simple modal dialog informing the user of an event. The optional serious flag can be used to indicate a 'critical' event.