View Single Post
  #6  
Unread 12-10-2006, 10:17 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Landiin
OnPress="UseAbilite "Nature's Elixir"" should work, it works for LocalText.
Yep. I think that's your problem.

Basically, you're quoting within a quote using regular quotes.

Now, that works fine with Something="Blah 'quoted' blah"

And thats why that appostrophe is getting treated poorly =)

SOE's UI is probably seeing it like this:

OnPress="UseAbility" (end of statement).
Nature's Elixir (Nature is an unrecognizable property for the button)

If you use " for your internal string, then the apostrophe should be fine, as its contained within a string. I learned that the hard way, hehe.
Reply With Quote