Pl add meseta2

From Unofficial QEdit Wiki Guide
Revision as of 23:21, 15 February 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 

Also see

window_msg, winend, ret