Color code not working as expected and global variable not working

Summary

  1. Global variable not working always return UNDEFINED.
  2. Bold color code not reset.

Steps to reproduce

  1. 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
  1. Bold color code example skill like this to see the result
  • message{m="&a&lSystem &8| &7Look up !"} @Trigger

Current behavior

  1. Always return UNDEFINED
  2. Return "&a&lSystem &8&l| &7&lLook up !"

Intended correct behavior

  1. Return with a message with value have been defined %worldguard_region_name%
  2. Return "&a&lSystem &8| &7Look up !"
Edited by baolam0000