![]() Oct 15 2013, 5:55 pm
In response to Spunky_Girl
|
|
Look you got a spunkyGirl to do the work for you! LUCKY :D
|
Fact is you don't know what the codes we're providing you with actually do, so there's no use in giving more really. Read the Guide and Reference, fidget around with the code yourself and come to understand what each section does
|
I understand it, but not fully.. i tried experiment ad change, i did it with 0 errors but they npc werent doing what they were spposed to..
|
I tested out the code, it made the npc activate but they wouldn't move around, i think something might be wrong in my npc walk code..
The code: ai_random_wander()//random wander if no mobs are in range to attack |
BTW, unless you make a deactivate state its going to stay active even when you walk away....
|
ya,i just want to know if this would work to deactivate the npc
for(mob/M in view(6,8)) |
no, i want its so when the person is not in the npc view then the npc is deacitavted how do i do that then??
|