- Continuem desenvolupant l'història...
This commit is contained in:
@@ -68,15 +68,24 @@ levels["prac2"]={
|
||||
end,
|
||||
|
||||
profe_action=function()
|
||||
flags.prac2=1
|
||||
scene.start({
|
||||
function() actors.face("profe","jailer") scene.cont() 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...",12,"profe",true,{x=3,w=14,h=2}) end,
|
||||
})
|
||||
if not flags.prac2 then
|
||||
flags.prac2=1
|
||||
scene.start({
|
||||
function() actors.face("profe","jailer") scene.cont() 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...",12,"profe",true,{x=3,w=14,h=2}) end,
|
||||
})
|
||||
else
|
||||
flags.prac2=2
|
||||
scene.start({
|
||||
function() actors.face("profe","jailer") scene.cont() end,
|
||||
function() balloon.show("EN SERIO, NO TENGO,\nTIEMPO PARA TONTERÍAS",12,"profe",true,{x=3,w=14,h=2}) end,
|
||||
function() actors.search("profe").o="d" scene.cont() end,
|
||||
})
|
||||
end
|
||||
end,
|
||||
|
||||
alumne1_action=function()
|
||||
|
||||
Reference in New Issue
Block a user