47 lines
400 B
Lua
47 lines
400 B
Lua
|
|
|
|
function t1()
|
|
|
|
|
|
|
|
--text = "#@img:image_quest_scenario_main_obsession8_2.jpg,0,0,530,290@# Wesh allors "
|
|
--dlg_general(text)
|
|
|
|
local base_type = 1
|
|
|
|
local menu1 = '@9526| (Level' .. (base_type+3) * 10 ..')'
|
|
local trigger1 = 'cprint('.. base_type ..')'
|
|
|
|
dlg_special_menu( 'Titre', 'Warp', menu1, trigger1 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
function t2(x)
|
|
|
|
|
|
for i = 1 , x do
|
|
|
|
insert_item(601100280, 1)
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end |