Game Development Community

AI Functions

by Caleb · in Technical Issues · 06/18/2006 (12:15 pm) · 0 replies

When using starter.fps, I can call things like:

%this.setMoveDestination(LocalClientConnection.%obj.getTransform());

or

%this.setAimObject(%obj);

But in my custom game folder (not based off of starter.fps), I can't call these things because the functions don't exist. I would really like to know were these functions are so I can figure out how to modify or create new ones for my game.

I don't mind getting my hands dirty with code, I just need someone to tell me were to look.

note: I know I should of posted in the AI forum but this is more on programming then AI.

Thanks.