Pl add meseta2
From Unofficial QEdit Wiki Guide
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