/* * Author: Glowbal * Removes white spaces from string * * Arguments: * 0: stringA * 1: stringB * * Return Value: * copy of string * * Public: Yes */ #include "script_component.hpp" params ["_string"]; (_string splitString " ") joinString ""