View Single Post
  #3  
Unread 09-05-2006, 09:13 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Yeah...

But I didn't use UIBuilder to add that. I did (however) find a fix.

The problem seems to be that SOE changed how it uses things like &quot

Before I used that so that it would say those strings, but the whole set of says were just one string (because it was all in " " it was a string, then when it went through it it turned the &quot s into the proper "s).


To fix it, I replaced the outer quotes with single-quotes (which also work to delimit strings) and replaced every &quot with the doublequote character (").

Seems to be working fine so far.
Reply With Quote