![]() |
NPC Follow/Guard - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: NPC Follow/Guard (/Thread-NPC-Follow-Guard) |
NPC Follow/Guard - Staff_Stanic - 05-16-2013 03:51 AM It's possible to do a NPC follow or Guard another one? Thanks xD RE: NPC Follow/Guard - Gil Amarth - 05-16-2013 07:36 PM It is possible, yes. But you have to script it. I use this system (it´s in spanish, sorry). Code: [ITEMDEF i_memory_npc_seguir] You have to add this timer to the npc with the correct TAGs, TAG.OBJETIVO_SEGUIR and TAG.NO_TIEMPO, of course you can add more interrupts to the timer at the event. RE: NPC Follow/Guard - Staff_Stanic - 05-17-2013 01:35 AM I was thinking in something Hardcoded but I thing that don't exist =/ Thx Amarth =D |