

addhook("usebutton","hhbutton") function hhbutton(id) if player(id,"tilex")==x and player(id,"tiley")==y then menu(id,"MY NPC,LOL,LOL1,LOL2") end end
addhook("usebutton","hhbutton") function hhbutton(id) 	if player(id,"tilex")==58 and player(id,"tilex")==36 then 		menu(id,"MY NPC,LOL,LOL1,LOL2") 	end end
addhook('usebutton', 'AA_button') function AA_button(id) 	if player(id, 'tilex') == 58 and player(id, 'tiley') == 36 then 		menu(id, 'title, button1, button2') 	end end
addhook('use', 'AA_use') function AA_use(id) 	if player(id, 'tilex') == 58 and player(id, 'tiley') == 36 then 		menu(id, 'title, button1, button2') 	end end