Sor1Chase: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


Purpose: D'Sparil first form walking logic. If the object's Counter 0 field has been set to a positive value by the Sor1Pain codepointer, the object will subtract 3 from its current tics value, causing it to walk faster (its tics value will not be set less than 1, to avoid state cycles). The Counter 0 field will be decremented by 1. Control then transfers to the Chase codepointer for normal walking logic.
Purpose: D'Sparil first form walking logic. If the object's Counter 0 field has been set to a positive value by the Sor1Pain codepointer, the object will subtract 3 from its current tics value, causing it to walk faster (its tics value will not be set less than 1, to avoid state cycles). The Counter 0 field will be decremented by 1. Control then transfers to the Chase codepointer for normal walking logic.
[[Category:Codepointers]]

Revision as of 05:42, 22 August 2009

Type: AI pointer, normal

Purpose: D'Sparil first form walking logic. If the object's Counter 0 field has been set to a positive value by the Sor1Pain codepointer, the object will subtract 3 from its current tics value, causing it to walk faster (its tics value will not be set less than 1, to avoid state cycles). The Counter 0 field will be decremented by 1. Control then transfers to the Chase codepointer for normal walking logic.