Loops?

  • #1, von brut69Sonntag, 11. August 2013, 00:30 Uhr vor 12 Jahren
    Is there a loop function?
    Any examples?

    Experte

    266 Posts


  • #2, von SimonSSonntag, 11. August 2013, 00:56 Uhr vor 12 Jahren
    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 König

    1582 Posts

  • #3, von brut69Sonntag, 11. August 2013, 01:23 Uhr vor 12 Jahren
    it was for Lua. Thank you

    Experte

    266 Posts