ID:261304
 
Can any one help me make A.I attack, to make them move i am using Deadrons event looper.
Super saiyan3 wrote:
Can any one help me make A.I attack, to make them move i am using Deadrons event looper.

Check out this demo for an example:

byond://Deadron.CombatSystem

It doesn't use the event loop library yet (I need to update it for that), but it does create its own event loop. Look at the /mob/cop code, and you can see what to put in base_EventCycle().
In response to Deadron
thanks, but will i have to stop using the event looper and reconfigure the Walking?
In response to Super saiyan3
Super saiyan3 wrote:
thanks, but will i have to stop using the event looper and reconfigure the Walking?

Just look at the CombatSystem demo as an example of how to do the attacking in a system with an event loop...you can fit the same concept into using the event loop library.
In response to Deadron
ok