Skip to main content

Miscellaneous

Actions

Comment

Allows you to leave notes within your scripts. Provides no functionality in-game. The text you type automatically gets set in the event title, so you can collapse the comment and still read its content.
Comment
Text...

Display FPS

Display FPS on a corner of the screen on the text plane.
Display FPS
Enabled

Log Message

Prints a debug log on the console. Useful for debugging.
Log Message
Text...

Render Memory Info

Render the memory information on the current invoke time on the text plane.
Render Memory Info
Render the memory information on the current invoke time on the text plane.

Setup

Event Group

Alows you to group together parts of your script for organizational purposes.
Event Group
Add Event

Threads

Thread Start

Run a script in another thread.
Thread Start
Thread Handle
$Variable0
Run In Background
Add Event
  • Thread Handle: The handle for the thread you want to stop.

Thread Stop

Stop a thread based on the selected thread handle.
Thread Stop
Thread Handle
$Variable0
  • Thread Handle: The handle for the thread you want to stop.