Jump to content

Script actions interrupt what character is doing


vanatos

Recommended Posts

Well, yes, code the script correctly, aka make sure the character isn't doing anything first, with action list empty check:

Trigger.ids: 0x402B ActionListEmpty()

So:

IF
	ActionListEmpty()
	See(NearestEnemyOf(Myself))
THEN
	RESPONSE #100
		AttackReevaluate(NearestEnemyOf(Myself),30)
END
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...