Pl add meseta2
From Unofficial QEdit Wiki Guide
Revision as of 23:21, 15 February 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: pl_add_meseta2 xxxxxxxx
- xxxxxxxx = Integer value to add.
Use
Used to add meseta to the players inventory.
Example
100: window_msg Recived 500 meseta. //Display a window message.
winend //Closes the window message.
pl_add_meseta2 000001F4 //Adds 500 meseta to the players inventory.
ret