Artemis37
Member
LEVEL 4
50 XP
I want to make this code into NPC HTML
var4 = var4 + "<td width=90>" + var6 + "</td><td width=60><button width=40 height=20 back=\"L2UI_CH3.bigbutton2_down\" fore=\"L2UI_CH3.bigbutton2\" action=\"bypass -h user_autofarm edit_farmType " + var5 + " " + var3 + "\" value=\"Switch\"></td>";
The problem is that I don't know how to set the vars as bypass. Any suggestions?
var4 = var4 + "<td width=90>" + var6 + "</td><td width=60><button width=40 height=20 back=\"L2UI_CH3.bigbutton2_down\" fore=\"L2UI_CH3.bigbutton2\" action=\"bypass -h user_autofarm edit_farmType " + var5 + " " + var3 + "\" value=\"Switch\"></td>";
The problem is that I don't know how to set the vars as bypass. Any suggestions?