IFENDSWITH
IFENDSWITH(<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> ends with <needle>.
Example
IFENDSWITH("Hello World Example","Example")
// "Hello World Example" ends with "Example"
ENDIF
Related Resources
Changelog
- Added em v0.8.5: