They are going to walk around on the floor, no flying or wallwalking.
Mind you, this could be on legs, wheels, treads, or a low hover, whatever I get models for.
If I don't get models, Might as well use MGturrets on gray boxes.
They don't need formal names either, as kill messages would be the only time they would be displayed.
eg. "<Playername> was cauterized by a laser beam."
"<Playername> killed robot" would quickly result in spam.
Right now, basic coding is essential, nothing fancy.
Factory flowchart:
A. Factory spawns Droid. GOTO B
B. Wait. GOTO A
Droid flowchart:
A. Droid spawns. GOTO B
B. Droid wanders. If finds enemy, GOTO C.
C. Droid fights. If win, GOTO B. If lose, GOTO D
D. Droid dies. END
For wandering, wander any direction it feels like, no need for complicated coding.
For fighting, drive towards enemy while shooting. Borrow the turret code.
And thats about all I would expect for a first draft.
So, any volenteers???
Anyone?