ID:180102
Aug 24 2001, 11:09 pm
|
|
OK, in my game im gonna have a special little chair just for me and I wont 1 NPC on each side of me. Now, if Im AFK and someone comes and attacks me, is there anyway for the NPC's to start attack just that person as soon as he attacks me. I dont want the NPC to go to the nearest person and attack, I want them to just focus on that one person. Is this possible to do? Thanks for the help.
|
Tatakau wrote:
OK, in my game im gonna have a special little chair just for me and I wont 1 NPC on each side of me. Now, if Im AFK and someone comes and attacks me, is there anyway for the NPC's to start attack just that person as soon as he attacks me. I dont want the NPC to go to the nearest person and attack, I want them to just focus on that one person. Is this possible to do? Thanks for the help.<code> mob/Guard icon = 'guard.dmi' proc checkifattacked(mob/Tatakau/M as mob in oview()) if(M.attacked) </code> That's a small tidbit of what you'd want... What you do from here on in is your choice. |
Its possible, depends on how you have attacking set up, you can do it many ways, again depends on how attakcing is set up.
Alathon