Making SINGLE Bullsquid to eat something
-
- prop_static
- Posts: 67
- Joined: Mon Jan 01, 2007 11:50 am
Making SINGLE Bullsquid to eat something
Alright, i have like 3 bullsquid on one area, i want make it to eat something, But i don't know how.
Shitty mapper DeadlyPoison
- [FTA]c0m4ndo45
- npc_combine_s
- Posts: 306
- Joined: Sat Sep 23, 2006 9:06 pm
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.
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.
<Proud to be a gamer>


-
- prop_static
- Posts: 67
- Joined: Mon Jan 01, 2007 11:50 am