 |
Author |
Topic: Re: zombie (Read 261 times) |
|
elout

|
Re: zombie
« on: Feb 27th, 2004, 5:27pm » |
|
the fourth line on the bottom; if ((int)random(==1) { dir = (int)random(4)+1; } should be something like? if ((int)random(4)==1) { dir = (int)random(4)+1; } Well if you can draw a point, the next step is ofcourse an 'all-3D' generated battlefield
|
|
|
|
|
|