Difference between revisions of "Pl add meseta2"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
(No difference)
|
Revision as of 22:43, 15 February 2013
Contents
Syntax
Syntax: pl_add_meseta2
- 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