Reset kills

From Unofficial QEdit Wiki Guide
Revision as of 15:13, 5 May 2021 by Kayak (Talk | contribs)

Jump to: navigation, search

Syntax

Syntax: reset_kills register1

  • register1 = Register containing the index of the player

Use

Resets the player's kill count. You can also set register1 to R250 with get_slotnumber

Example


100:     get_slotnumber 
         unknownF82A R250 // Resets the # of kills for player slot given.
         ret 

Also See

leti get_slotnumber ret