- Afegit objecte "wait"

This commit is contained in:
2023-01-31 16:01:05 +01:00
parent 2fb0749cf7
commit db844e634c
3 changed files with 24 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ game={
flags.usu1=true
scene.start({
function() actors.search("usufondo").path={pos=0,route='rrrruro'} end,
function() balloon.show("HOLA\nQUE TAL?","usufondo",true) end
function() balloon.show("HOLA\nQUE TAL?","usufondo",true) end,
function() wait.start(1) end,
function() balloon.show("PAYASO...","jailer",true) end
})
end
end