How to use a ' in code

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

kyle
a ghoul
a ghoul
Posts: 149
Joined: Thu Aug 26, 2004 7:08 pm

How to use a ' in code

Post by kyle » Sat Oct 30, 2010 1:25 pm

I am building a Hud and I am trying to watch for a guild name that comes in zone

I am using the following in my hud
GUInd6=3,720,240,255,234,8,${If[${SpawnCount[pc guild "Killer's Path"]},,Killer's End]}

If I put any other guild name in it works so I am thinking because this guild has a ' in their name it's causing issues. Can someone tell me how to write this so it will work with names that have a ' in them

Thanks