| QUOTE (HeresOtis @ Thursday, Jul 26 2012, 21:43) |
What opcode can I do to make all police (game generated and CLEO-created) attack/kill a CLEO-created actor?
Would 09B6: set_actor 0@ wanted_by_police 1 be all I need? |
Try this:
| CODE |
| 0746: set_acquaintance 4 of_actors_pedtype 6 to_actors_pedtype 4 |
The first number 4 is for temper:
1 - Repsect
2 - Like
3 - Dislike
4 - Hate
Number 6 should be police and number 4 male civil. Put some other pedtype if your actor isn't 4. Also try 077A. I didn't tested them but from what I have red on the opcode database they could maybe do that trick.
This post has been edited by JACK JONES on Saturday, Jul 28 2012, 08:44