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

Apostrophe and ' with usetaxi problem

Crowley

Member
Joined
Jan 15, 2010
Messages
967
Reaction score
20
Hey all,
Figured profile sub-forum was as good as any for this question.

When i try to put a flight destination in for usetaxi that has an apostrophe in it, Krom'gar Fortress for example, i just can't get it to fly. It opens the taxi box up fine but here is the problem.

Code:
<CustomBehavior File="UseTaxi" DestName="Krom'gar Fortress" MobId="35139" X="-114.6441" Y="-263.901" Z="24.00237" />

Opens the Flightmaster but doesn't fly so i tried :

Code:
<CustomBehavior File="UseTaxi" DestName="Krom&apos;gar Fortress" MobId="35139" X="-114.6441" Y="-263.901" Z="24.00237" />

And get hit with this error after the taximap opens:

Code:
Error occured in: Global
Count: 1
Message: [string "Hax.lua"] line 1:
   ')' expected near 'gar'

Now i am not claiming to be the sharpest pencil in the box but at the same time i am not as dumb as a rock...though some may argue that point ;p

I just don't see where the close bracket, or the open bracket for that matter, goes.
FPs without an apostrophe work fine. Any ideas or am i actually as dumb as a rock? :)
 
*bump*

Is there a solution to this or another way to do it?
 
Back
Top