good job : P
Printable View
good job : P
this never really bothered me but tbh its not all that hard espically after clients have been refactored so much lol
Made me bone.
does this work for czar?
Wow amazing job! Thanks Repped! ;)
I have done the tut and this is probably a noob question but can you tell me how to make the npc face the other way?
Been looking for this, thanks.
missing
any idea what else to look for? (using a stupid delta base to start coding again)Code:for (int i = 0; i < maxNPCs; i++) {
if (npcs[i] != null) {
if (npcs[i].actionTimer > 0) {
npcs[i].actionTimer--;
}
I noticed you said process(), Question: wouldn't this be better in public NPCHandler() { or something is set where they are only turned once. Answer: Stop complaining do it you self: Reply: I was just saying...
Wow awesome!