Reputation
CLIENT & SERVER SIDE
A standalone reputation system that provides a flexible approach to managing reputations for various entities like jobs, NPC groups, or factions. It operates independently of any external framework, making it suitable for a wide range of applications.
Client Functions
get_reputations
Retrieve a list of all reputations the player has.
get_reputation
Retrieve a specific reputation the player has.
Server Functions
get_reputations
Use the follow to retrieve all reputation data for the player.
get_reputation
Use the following to get a specific reputation for the player.
modify_reputation
Use the following to modify a reputation the player holds.
A reputation entry will be added for the player automatically the first time it is modified.
Last updated