- Moltes coses!

This commit is contained in:
2024-02-14 14:34:28 +01:00
parent d82a61bd4c
commit 00423dfd73
10 changed files with 211 additions and 43 deletions

View File

@@ -125,20 +125,35 @@ levels["jail1"]={
local hero = actors.search(actors.main.name)
--if hero.o~="d" then return end
scene.start({
function() balloon.show("ME MOLA MIRAR LA\nBARRA DE PROGRÉS...",12,"estudiant",true,{x=1,w=12,h=2}) end
function() balloon.show("EIXE COMP NO ESTÀ\nACTUALITZANT-SE?",2,"jailer",true,{x=4,w=11,h=2}) end,
function() balloon.show("SI...\nPERO...",12,"estudiant",true,{x=7,w=6,h=2}) end,
function() balloon.show("ME MOLA MIRAR LA\nBARRA DE PROGRÉS...",12,"estudiant",true,{x=4,w=12,h=2}) end
})
end,
knunk_action=function()
local hero = actors.search(actors.main.name)
--if hero.o~="d" then return end
scene.start({
function() balloon.show("EI KNUNK!",2,"jailer",true,{x=10,w=7,h=1}) end,
function() balloon.show("EIXE COMP NO\nESTÀ ACTUALITZANT-SE?",2,"jailer",true,{x=4,w=13,h=2}) end,
function() balloon.show("JO PASSE...",12,"knunk",true,{x=10,w=8,h=1}) end,
function() balloon.show("A TRAVÉS D'UN BUG EN LA BARRA\nDE PROGRÉS HE OBERT UN TUNEL\nSSH A UN SERVIDOR DE KAZAJSTÀN",12,"knunk",true,{x=1,w=17,h=3}) end,
function() balloon.show(" ...",2,"jailer",true,{x=10,w=7,h=1}) end,
})
--local hero = actors.search(actors.main.name)
if not objects.collected("diskito_knunk") then
scene.start({
function() balloon.show("EI KNUNK!",2,"jailer",true,{x=10,w=7,h=1}) end,
function() balloon.show("EIXE COMP NO ESTÀ\nACTUALITZANT-SE?",2,"jailer",true,{x=6,w=11,h=2}) end,
function() balloon.show("JO PASSE...",12,"knunk",true,{x=10,w=8,h=1}) end,
function() balloon.show("A TRAVÉS D'UN BUG EN LA BARRA\nDE PROGRÉS HE OBERT UN TUNEL\nSSH A UN SERVIDOR DE KAZAJSTÀN",12,"knunk",true,{x=1,w=17,h=3}) end,
function() balloon.show(" ...",2,"jailer",true,{x=10,w=7,h=1}) end,
function() balloon.show("OSTI, QUÉ ÉS AIXÓ?",2,"jailer",true,{x=8,w=11,h=1}) end,
function() balloon.show("HE FET UN DISQUET\nQUE PETA QUALSEVOL COMP",12,"knunk",true,{x=4,w=14,h=2}) end,
function() balloon.show("¿VOLS TESTECHARLO?",12,"knunk",true,{x=7,w=12,h=1}) end,
function() balloon.show("CLAR!",2,"jailer",true,{x=12,w=5,h=1}) end,
function() objects.collect("diskito_knunk") end
})
else
scene.start({
function() balloon.show("EI KNUNK!",2,"jailer",true,{x=10,w=7,h=1}) end,
function() balloon.show("EN QUÉ ESTAS ARA?",2,"jailer",true,{x=8,w=11,h=1}) end,
function() balloon.show("HE FET UN CONTADOR DE VISITES\nQUE NUKETJA EL COMP DEL QUE\nENTRA EN LA PACHINA WEB",12,"knunk",true,{x=1,w=17,h=3}) end,
function() balloon.show("QUE MEN...",2,"jailer",true,{x=10,w=7,h=1}) end,
})
end
end,
comp_usufondo_action=function()