View Single Post
  #8  
Unread 08-06-2006, 09:07 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

OK...

I have the button properly dumping just the recipe level to say at the moment, but its repeating the level...

My button code
Code:
<Button LocalText="Dump" LocalTooltip="Dump Data" Location="238,64" Name="DumpButton" OnPress="say &quot;Recipe Level: &quot; ## Parent.FixedPage.LevelValue.LocalText" PackLocation="right,top" PackLocationProp="-035/0001,0064/0001" ScrollExtent="35,20" Size="35,20" Style="/Fetish.ButtonStyles.text_button" Tooltip="Dump Data" UserMovable="true"></Button>
When examinging a level 40 recipe, I get this:

You say, "Recipe Level: 40 40"
Reply With Quote