#include "script_component.hpp" /* * Author: Glowbal * * * Arguments: * * Return Value: * keyString - 15 characters * * Public: No */ private _newKeyArray = []; for "_i" from 1 to 15 /* step +1 */ do { _newKeyArray pushback (48 + floor (random 74)); }; toString _newKeyArray