Delay

Syntax

Konsol:Delay(millisecond)

Description

Delays the execution depending on parameter, millisecond.

Note

Useful for delayed animation or delayed AI.

Example

function main() {
  Screen:Show()
  Konsol:Delay(1000) //delays execution for 1 second
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net