RewardKarma
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
RewardKarma Awards Karma Points to the player. It is not called on a reference and the parameter is an integer which represents the amount of Karma to add to the player.
Syntax
RewardKarma value:int
Example
RewardKarma 100
100 Karma is added to the player (Good Karma).
RewardKarma -75
75 Karma is removed from the player (Bad Karma).
Notes
- Done correctly, a message should appear in-game stating how much karma has been earned.