Difference between revisions of "RewardXP"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 23: Line 23:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.0)]]

Revision as of 12:24, 12 August 2009

Description

RewardXP Awards Experience Points (XP) to the player. It is not called on a reference and the parameter is an integer which represents the amount of XP to add to the player.

Syntax

RewardXP intvalue

Examples

RewardXP 100

100 XP is added to the player.

Notes

  • Done correctly, a message should appear in-game stating how much experience has been earned.

See Also

Reference

None provided.