(Official) LUA Scripting Documentation
set_clan_history
Set a value in the context player’s clan’s history.
Spec:
set_clan_history(
string key,
long value)
Parameters
key
: The key/name of the history recordvalue
: The value to set the history record to. Negative values are supported
Incomplete
This documentation is incomplete