I just did a quick test and couldn't find a problem. Heres my script:
;called using get in event handler as below
;this addEventHandler ["GetIn",{_this exec "injeep.sqs"}]
_unit = _this select 0
_skill = skill _unit
hint "hello"
hint format ["%1\n%2",_unit,_skill]
exit
Hope this helps a bit