- Comencem a treballar en la reprografia
This commit is contained in:
@@ -77,6 +77,24 @@ levels["arq"]={
|
||||
end
|
||||
})
|
||||
|
||||
switches.add({x=56,y=25,w=1,h=1,action=
|
||||
function()
|
||||
local hero = actors.search(actors.main.name)
|
||||
if hero.o=="u" then
|
||||
game.paused = true
|
||||
fade.fadeout()
|
||||
actors.main.x=9
|
||||
actors.main.y=16
|
||||
actors.main.o="u"
|
||||
actors.main.level="repro"
|
||||
game.init("repro")
|
||||
return true
|
||||
else
|
||||
return false
|
||||
end
|
||||
end
|
||||
})
|
||||
|
||||
end,
|
||||
|
||||
estudiant1_action=function()
|
||||
|
||||
Reference in New Issue
Block a user