What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to enter vendor names that are in quotes already?

TouchMeGently

Member
Joined
Feb 17, 2010
Messages
320
Reaction score
0
There's a vendor called "Chesty" Jake and using the dev tool it creates:

<Vendor Name=""Chesty" Jake" Entry="49409" Type="Repair" X="-8353.455" Y="759.2292" Z="151.4577" />

But this doesn't work, I get an error when I try to load it

'Chesty' is an unexpected token. Expecting white space. Line 23, position 25.
 
<Vendor Name="@quot;Chesty@quot; Jake" Entry="49409" Type="Repair" X="-8353.455" Y="759.2292" Z="151.4577" />
 
Back
Top