PDA

View Full Version : Help with getting stupid AI to stay still



Emon
02-10-2001, 09:32 AM
Not sure if this is actually a COG question, but it seems more COG than general editing. Okay, I have this AI in my level, I want him to sit there, do nothing, just the idle stand position. I have it all good (can't die, doesnt make sound, etc) except you can push him by running into him. I tried pyhsflags=0x80 and thingflags=0x48, aisleep.cog, StopThing(); in a cog, but no luck. I want to stop him from moving without using non-AI crossing adjoins. Any ideas?

Rogue15
02-11-2001, 12:07 PM
try using the aimove cog maybe??? or was it pednarsh.cog? i remember i did this before, except when you push the ai it mo-wait a second.

Add the cog to make the .ai not realise the player. i 4get what it is might be the aimove one.

Chris Swan
02-12-2001, 09:43 AM
If you change the thing's mass value in its template to 0 I think it can't move.