Why my script don't work?

  • EditorRUS
    8th Sep 2011 Member 0 Permalink
    Please close this topic


    but doesnt seem to look like delphi anyways

    Yes, where "begin" and "end", for i=0 to 10 do. I'm don't love c++.
  • mniip
    8th Sep 2011 Developer 0 Permalink
    btw why you firstly register it
    and next frame unregister?
    isnt it easier to just call it once
  • EditorRUS
    8th Sep 2011 Member 0 Permalink
    register_step library function working like "while true" without unregistering.
  • mniip
    8th Sep 2011 Developer 0 Permalink
    but why do u unregister it then?
  • EditorRUS
    8th Sep 2011 Member 0 Permalink
    Register step trigger function every step, step is frame. If unregistering them, every step = without functions.
  • mniip
    8th Sep 2011 Developer 0 Permalink
    BUT WHY THEN U UNREGISTER STEP IN END OF FUNCTION????
    sry for all caps
  • EditorRUS
    8th Sep 2011 Member 0 Permalink
    BUT WHY THEN U UNREGISTER STEP IN END OF FUNCTION????

    I do not know, I'm androgynous so that logic can be ladies: D
    Or...o my god, one action = one step? Don't knowing that.
  • mniip
    8th Sep 2011 Developer 0 Permalink

    EditorRUS:

    BUT WHY THEN U UNREGISTER STEP IN END OF FUNCTION????

    I do not know, I'm androgynous so that logic can be ladies: D
    Or...o my god, one action = one step? Don't knowing that.


    why not just use 'quote' button?

    and delete your tpt.unregister_step(CWE)
    and replace tpt.register_step(CWE) with CWE()
  • EditorRUS
    8th Sep 2011 Member 0 Permalink
    Arguments branches is required?
  • mniip
    8th Sep 2011 Developer 0 Permalink
    ofc