pub fn set_actor_ai_target_to_object(ref_num: i16, mp_num: i16)Expand description
Set another object as the AI target of the temporary actor stored on the server.
ref_num The refNum of the target object.
mp_num The mpNum of the target object.
Returns void