Quote Originally Posted by Jacob Roman
Ahhhh man there just walls. Make em enemies that roam around the map. Got an AI engine going? That would help
Yes we already have...

Code:
Class JRoman
{
public void Move()
{
Say("Use DirectX");
AttackPlayer();
}
}