Skip to main content

Script Search

Script Search lets you find specific events across every script in your project — scene scripts, actor scripts, trigger scripts, and custom events.

Open it from Edit > Search or press Ctrl/Cmd + Shift + F.

Script Search panel with search results

Search Types

Use the dropdown to choose what to search for:

TypeWhat it finds
CommandScript events by command name (fuzzy matching)
VariableEvents that reference a specific variable
ActorEvents that reference a specific actor
Custom EventEvents that call a specific custom script
ConstantEvents that reference a specific constant
TextEvents containing specific text in dialogue, menus, etc.

Search Results

Results are grouped by scene, actor, trigger, or custom event. Each result shows:

  • The entity name and type icon.
  • A script key tag (e.g., [On Start], [On Update], [Hit 1]) indicating which script tab the match is in.
Search results showing script key tags

Click any result to navigate directly to the matching event:

  1. The editor selects the entity (scene, actor, trigger, or custom event).
  2. The correct script tab is activated automatically.
  3. Any collapsed parent events are expanded.
  4. The view scrolls to the matching event and highlights it.
tip

The search runs on a background thread so it won't freeze the editor, even in large projects.

Panel Controls

The Script Search panel is draggable and resizable — position it wherever is convenient for your workflow.