Loops?

  • #1, by brut69Sunday, 11. August 2013, 00:30 11 years ago
    Is there a loop function?
    Any examples?

    Great Poster

    266 Posts


  • #2, by SimonSSunday, 11. August 2013, 00:56 11 years ago
    Don't really know if you're talking about actions parts or lua.
    Lua: http://lua.lickert.net/loop/index_en.html

    For actionparts, you can loop by using "jump to action part #1". You must pause if you're using loops. Example use:
    If character is on scene ...
    ...
    Pause for 1ms
    Jump to action part #1

    Thread Captain

    1581 Posts

  • #3, by brut69Sunday, 11. August 2013, 01:23 11 years ago
    it was for Lua. Thank you

    Great Poster

    266 Posts