Page 1 of 1
Making SINGLE Bullsquid to eat something
Posted: Fri Jan 05, 2007 11:23 am
by DeadlyPoison
Alright, i have like 3 bullsquid on one area, i want make it to eat something, But i don't know how.
Posted: Fri Jan 05, 2007 2:02 pm
by [FTA]c0m4ndo45
Not sure but, lets see...
Put bullsquid infront of the target.. and make all that spawning thing (npc_maker, etc). make a scripted_sequence and put it close to the target. Now you will have to find out wich is the model animation that makes eat animation. go on your bullsquid model tab, and find it... then put that animation code on the scripted sequence animation... Then, i used on the npc_maker "OnSpawnedNPC" *name of scripted_sequence* start sequence.
i took a while to make mine work well on my map, but go hangin out with that and you should get it to work...
Maybe someone else knows a easier way, but i dont.
Posted: Fri Jan 05, 2007 2:05 pm
by Barnz
SHORTER VERSION:
Use scripted_sequence.
Posted: Fri Jan 05, 2007 4:15 pm
by DeadlyPoison
Thank you both!

Posted: Fri Jan 05, 2007 7:05 pm
by Hell-met
Yeah and just a small extra tip, the scripted_sequence's angle will make the animation play that way. So feel free to rotate it until you get what you want.