I am having a bit of problem with naming my notes. Ok I got the notes themselves to work but when I went into this file eq2ui_notes_box.xml and changed this
<Button Location="2,24" Name="note02" OnPress="parent.parent.parent.Task.note01.visible=false
To this
<Button Location="2,24" Name="ProvisionerHarvestingInfo" OnPress="parent.parent.parent.Task.note01.visible=false
The game starts crashing but when I put it back to the default name the game works again. Am I doing something wrong? And if I am doing something wrong how can I do it write?
|