IETS - v0.5.1
    Preparing search index...

    Function Help

    • This action acts similar to shout, but does not accept values. The range of the Help action is slightly larger than the default visual radius of NPCs.

       IF
         HitBy([ANYONE],CRUSHING)
       THEN
         RESPONSE #50
           Help()
           Attack(NearestEnemyOf(Myself))
         RESPONSE #50
           RunAwayFrom(NearestEnemyOf(Myself),75)
       END
      
       IF
         Help([0.0.GIBBERLING])
       THEN
         RESPONSE #100
           Attack(NearestEnemyOf(LastHelp(Myself)))
       END
      
       IF
         See(NearestEnemyOf(Myself))
       THEN
         RESPONSE #100
           Help()
           AttackReevaluate(NearestEnemyOf(Myself),30)
       END
      

      Returns Action

    • Returns true if the specified object shouted for Help() in the two script rounds. Help() has a range of approximately 40.

      Parameters

      Returns boolean