How do i make functions with values that are not neccearly need to be defined for example get_user_aiming ( index, &id, &body, [ distance ] ).
You don't have to specifiy a distance if you dont want to.. How do i make my own functions like that, how about strings?