- 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

@@ -68,13 +68,14 @@ levels["prac2"]={
end,
profe_action=function()
local hero = actors.search(actors.main.name)
flags.prac2=1
scene.start({
function() actors.face("profe","jailer") scene.cont() end,
function() balloon.show("¿QUÉ NECESITA,\nCABALLERETE?",2,"profe",true,{x=6,w=9,h=2}) end,
function() balloon.show("TENGO MUCHO TRABAJO...\n¡ESTOS EXMANEMS\nNO SE CORRIGEN SÓLOS!",2,"profe",true,{x=2,w=15,h=3}) end,
function() balloon.show("¿QUÉ NECESITA,\nCABALLERETE?",12,"profe",true,{x=6,w=9,h=2}) end,
function() balloon.show("PUES YO...",2,"jailer",true,{x=5,w=7,h=1}) end,
function() balloon.show("TENGO MUCHO TRABAJO...\n¡ESTOS EXMANEMS\nNO SE CORRIGEN SÓLOS!",12,"profe",true,{x=2,w=15,h=3}) end,
function() actors.search("profe").o="d" scene.cont() end,
function() balloon.show("NO PUEDO LEVANTARME\nNI PARA IR AL BAÑO...",2,"profe",true,{x=3,w=14,h=2}) end,
function() balloon.show("NO PUEDO LEVANTARME\nNI PARA IR AL BAÑO...",12,"profe",true,{x=3,w=14,h=2}) end,
})
end,