How can I set rotation of critter, who isn't self_obj?
I mean I have (it's only stupid example!!!):
Thanks for every useful help.
I mean I have (it's only stupid example!!!):
Code:
//...
#define critter1 create_object_sid(PID_CRITTER1,22222,0,-1)
procedure map_enter_p_proc
begin
//here I need to set rotation of critter1 to 3 (example)
end
//...
Thanks for every useful help.