Difference between revisions of "Chk ene num"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
(No difference)

Latest revision as of 06:28, 28 April 2013

Syntax

Syntax: chk_ene_num register 1

  • register 1 = Register to store the current number of defeated enemies in.

Use

Used to store the current number of enemies killed in the quest in a register.

Example


100:     chk_ene_num R1 //Stores the current number of enemies defeated in the quest in register 1.
         ret 

Also see

ret