Macro/Keybind Mod script editor
new-script
Documentation
  • Actions
  • Variables
  • Parameters
  • REPL Commands
  • Iterators
  • Events
  • Code Samples
  • Editor Features
  • Other
Random Challenge
Usage
Randomly selected
IFCONTAINS(<haystack>,<needle>)
The actions following this action will only be executed when the `<haystack>` contains the `<needle>`.
Example
IFCONTAINS("Hello World Example","World")
	// "World" is in "Hello World Example"
ENDIF
Editor