[Help]Return to page L2J 

Joined
May 12, 2006
Messages
474
Reaction score
538
hy all, I made a htm page with 2 buffs and when i click first buff the page close. My question is how to make this page to dont close after i click the buff !? Thx:drinks_no
 
#Super Haste 1
if event == "1":
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(7029,1),False,False)
st.getPlayer().restoreHPMP()
st.takeItems(57,10000)
return "1.htm" //the htm who goes back
st.setState(COMPLETED)
 
Upvote 0