not getting much more help on beginners topics, decided to try here. Does anyone, ANYONE, know of a script or tell me how to modify an EXISTING script so that I can have a friendly AI player that follows the player around and attacks enemies. It doesn't have to throw grenades, run away, etc, just follow and shoot. PLEASE! Thanks
Re: friendly AI player#11786 02/08/0305:1902/08/0305:19
Why dont you take the manual an try to write the code by yourself? its not that difficult and with not too much WORK you should come to an good result....
Sorry but if you want to make a game you have to work for, not to let work for.....
Re: friendly AI player#11787 02/08/0308:2002/08/0308:20
I have been trying to write one, and it still doesn't work, don't think I'm lazy it's just that I've spent the past MONTH trying to get it to work. I know I've got to try to combine the ACTOR_FOLLOW script with a few TRACE commands and use IF to evaluate the response but I can't get anything to work.
Re: friendly AI player#11788 02/08/0309:0302/08/0309:03
I don't think you are lazy but you are underestimating the work required to create even a simple AI.
Looking for an example from somebody else is a good idea (do a search, I think there was one floating around a while back). You should also take a good long look at the tutorial in the user manual. It has a simple enemy AI example. Once you figure out how the enemy AI works (preferably by writing your own) then you should be able to modify it to fight for the player.
Programming AI is not easy, but it can be very rewarding. Good luck.