View Single Post
  #998  
Unread 10-11-2005, 04:52 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

madlordpfmilk, I'll double-check the help window, but I'm fairly sure I've filed petitions since I issued the 4.73 patch and it worked fine.

Sylkey, the problem is very likely the space and apostrophy. Try using the following:
Code:
WindowPage.AutoplayWorld.Text='Lucin D'Lere'
or
Code:
WindowPage.AutoplayWorld.Text="Lucin D'Lere"
Reply With Quote