Get slot meseta

From Unofficial QEdit Wiki Guide
Revision as of 03:26, 2 November 2025 by Kayak (Talk | contribs)

Jump to: navigation, search

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