bool setFlag(string name, object value)
Sets a flag to a specified value.
Returns whether the operation was successful (true) or not (false).
true
false
The name of the flag to set.
The value of the flag.
Can be a bool, integer, double, or string.
bool
integer
double
string
Throws an error if the flag is owned by another script.
Ignores the request and shows a log message if the flag already exists.
Last updated 10 days ago