IFBEGINSWITH
IFBEGINSWITH(<haystack>,<needle>)
Type: Action
Category: Control Flow
Permission: N/A
Since Minecraft Version: v1.1
Since Version: v0.8.5
Minor: 8
API: N/A
Patch: 5
Description
The actions following this action will only be executed when the <haystack> starts with <needle>.
Example
IFBEGINSWITH("Hello World Example","Hello")
// "Hello World Example" starts with "Hello"
ENDIF
Related Resources
Changelog
- Added em v0.8.5: