Skip to content

Fast script text question :)

joeleejjjoeleejj Member Posts: 19
For example: AttackReevaluate(LastAttackerOf(LastHelp(Myself)),60) , what is the number of (60) mean?

Comments

  • WispWisp Member Posts: 1,102
    edited February 2013
    It is the duration, given in AI updates. There are 15 of them in one second.
  • joeleejjjoeleejj Member Posts: 19
    Thanks for answer but I dont really understand.. sorry Im noob for this, so, what is the different if I input (1) instead of (60)?
  • WispWisp Member Posts: 1,102
    Actions block script processing until they terminate. AttackReevaluate will block script processing for the specified duration before terminating and letting script processing resume. If AttackReevaluate were to have a duration of 1 AI update, it probably wouldn't last long enough to even make one attack before it terminated.
  • joeleejjjoeleejj Member Posts: 19
    edited February 2013
    Oh I understand now, many thanks Wisp ;)
Sign In or Register to comment.