Difference between revisions of "Get slot meseta"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
(Use)
Line 5: Line 5:
  
 
==Use==
 
==Use==
Used to store the value of the players current meseta in their inventory in a register.
+
Used to store the value of the players current meseta in their inventory and bank in a register.
  
 
==Example==
 
==Example==

Revision as of 03:26, 2 November 2025

Syntax

Syntax: get_slot_meseta register

  • register = Register to store the value of the players current meseta in their inventory.

Use

Used to store the value of the players current meseta in their inventory and bank in a register.

Example


100:     get_slot_meseta R1 //Stores the value of the players current meseta in their inventory in  register 1.
         ret 

Also see

ret