-- Lua ½ºÅ©¸³Æ® ¾Ïȣȭ function get_module_name() return "NPC_hell" end --============================================================ -- <<<<<< ¹«Àú°» °ü¸®ÀÎ NPC >>>>>> --============================================================ function NPC_hell_contact() dlg_title("@90991001") -- °ü·Ã ¾È³» if get_value("auto_user") == 1 then dlg_text("@90991002") else dlg_text("@90991003") end if get_value("auto_user") == 0 then dlg_menu( "@90010127", 'RunTeleport_Auto_TO_City( 6625 , 6980 )' ) dlg_menu( "@90010128", 'RunTeleport_Auto_TO_City( 116799 , 58205 )' ) dlg_menu( "@90010129", 'RunTeleport_Auto_TO_City( 153506 , 77175 )' ) dlg_menu( "@90010248", 'RunTeleport_Auto_TO_City( 172543 , 51847 )' ) end dlg_menu( "@90010002", '' ) dlg_show() end