(Official) LUA Scripting Documentation
add_clan_history
Add or subtract a value to/from the context player’s clan’s history.
Spec:
add_clan_history(
string key,
long value)
Parameters
key
: The key/name of the history recordvalue
: The number to add to the history record. Use a negative number for subtraction
Incomplete
This documentation is incomplete