Me.Ability["Nature\'s Grace"]:Use
variable string MySpell="Nature\'s Grace"
; Note the quotes are not part of the string, so they might still be needed elsewhere
Me.Ability["${Nature's Grace}"]:Use
I think you mean:Cr4zyb4rd said:Code:variable string MySpell="Nature\'s Grace" ; Note the quotes are not part of the string, so they might still be needed elsewhere Me.Ability["[COLOR="Red"]${Nature's Grace}[/COLOR]"]:Use
variable string MySpell="Nature\'s Grace"
; Note the quotes are not part of the string, so they might still be needed elsewhere
Me.Ability["[COLOR="Blue"]${MySpell}[/COLOR]"]:Use