Please or Register to create posts and topics.

Moar NPC Questions

I'm trying to make a battle of sorts with a personality core as part of a mod I'm developing; so far I have it moving, looking at the player, etc. I have yet to figure out how to make it AFFECTED by the bombs, though. The battle is designed to have three stages, but how would I make each stage engage and/or make the core fall off the rail/explode when 'defeated'?

add a trigger around its body/head/whatever with a filter as a filter_activator_class that only allows prop_exploding_futbols. Then, if you want to count how many are needed, use a math_counter and have the trigger add 1 each time it is tripped. then you can use onhitmax on the counter to fire an output.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
CamBen wrote:
add a trigger around its body/head/whatever with a filter as a filter_activator_class that only allows prop_exploding_futbols. Then, if you want to count how many are needed, use a math_counter and have the trigger add 1 each time it is tripped. then you can use onhitmax on the counter to fire an output.

Thank you :D I'm going to try this right now

An unkillable npc_bullseye can be used as a damage sensor, if you want to accept damage from other sources (such as turrets or rockets).

Falsi sumus crusto!