In the main HTML there are two buttons.
FIRST
Code: Select all
<button value="First Quest" action="bypass -h npc_%objectId%_Quest 9999_Npc" width=170 height=52 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
SECOND
Code: Select all
<button value="Second Quest" action="bypass -h npc_%objectId%_Quest 555_Npc" width=170 height=52 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
This does not work.
Changed bypass to "bypass -h Quest 555_Npc", but no way.
Pushing the button nothing happens, just close the window. There are no errors in console or in scripts and if I run these scripts in two different NPC, they are ok.
Please help, thank you