Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mentaldemise

Pages: [1]
1
Game Modes / Re: forgetin' Zombies
« on: June 13, 2013, 07:01:59 PM »
The spam he's talking about is the call to setMoveDestination in ai.cs. The error causes the zombies to not move around, which is what the other guy was talking about as well.


You can fix it if you change:
%this.setMoveDestination(%closestpos, 0);
to
%this.setMoveDestination(%closestpos);
in ai.cs

Pages: [1]