Color code not working as expected and global variable not working
Summary
- Global variable not working always return UNDEFINED.
- Bold color code not reset.
Steps to reproduce
- Global variable an example skill like this to see the result
- setVariable{var=global.Location;value=%worldguard_region_name%;type=STRING}
- delay 5
- message{m="<global.var.Location>"} @Self
- Bold color code example skill like this to see the result
- message{m="&a&lSystem &8| &7Look up !"} @Trigger
Current behavior
- Always return UNDEFINED
- Return "&a&lSystem &8&l| &7&lLook up !"
Intended correct behavior
- Return with a message with value have been defined %worldguard_region_name%
- Return "&a&lSystem &8| &7Look up !"