Difference between revisions of "Pl add meseta2"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
− | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>pl_add_meseta2</span></span> | + | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>pl_add_meseta2</span> xxxxxxxx</span> |
* ''xxxxxxxx = Integer value to add.'' | * ''xxxxxxxx = Integer value to add.'' |
Latest revision as of 23:21, 15 February 2013
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