<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#screen_commands|Screen Commands]] ===== ShowMessage ===== ^Arguments^Result^Notation^ |Message and Coordinates||''n1 i1 i2 --''| === Description === Displays a message in the User Interface at screen pixel coordinates (i1,i2) (upper left as origin). The message will disappear next frame so you'll have to call it every frame. Limit one message or message dismissible at a time. === Examples === "Hi" 200 50 ShowMessage TRUE OperateWhilePaused #Put a message right next to the mouse "I am under the mouse" GetMouseScreenPixelPosition ScreenHeight swap sub ShowMessage