<- PRPL reference <- Everything Else 2

ShowMessageDismissible(message(string), x(float), y(float))

ArgumentsResultNotation
[ - ]

Description

Creates a dismissible text dialog at x,y that displays the text “message”. Must be called every frame for the duration that the message should be displayed.

Note that x and y are the pixel distance from the top left corner of the screen.

Examples

	s0 = GetStringFromStack();