/* * Author: Glowbal * Make a copy of an array with only the unique elements. * * Arguments: * 0: array * * Return Value: * Copy of original array * * Public: Yes */ #include "script_component.hpp" params [["_array", [], [[]]]]; _array arrayIntersect _array // return