/* * Author: Glowbal * Check if unit has item * * Arguments: * 0: Unit * 1: Item Classname * * Return Value: * has Item * * Public: yes */ #include "script_component.hpp" params ["_unit", "_item"]; _item in items _unit // return