i'm making the new version of my mod "
Hide of the Cops", but i'm having a problem
i make, when you hide of the cops, a near cop walk to your last seen location search for you
butttttttttt after of this task, the actor is no longer being a cop, no more atack you... only with opcode 05E2: (obvious) but, using this opcode he never stop to shoot on you.... (also does not work removing references...)
the script is simple...
| CODE |
... actor.StorePos($PLAYER_ACTOR, 1@, 2@, 3@) 07CD: AS_actor 0@ walk_to 1@ 2@ 3@ stop_with_angle 0.0 within_radius 2.0
while 80FE: not actor 0@ sphere 0 in_sphere 1@ 2@ 3@ radius 3.0 3.0 3.0 wait 0 if 09ED: actor 0@ is_within_field_of_view_actor $PLAYER_ACTOR then //and now? break end end ... |
how to cop back to being a cop? | how to make this without the ator turn be a "civ_male"? and sorry for my english...