tutorial_start
Client
Create a tutorial notification message on screen.
delay
parameter represent how much time it takes to show the message on screen. if you want to actually display for X seconds on screen, set the parameterinfinite_display
totrue
, add a delay to your code, and when you're done, use tutorial_end function.
Last updated