Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @include "base.fgd"
- @PointClass wirebox( RangeMins,RangeMaxs ) base(Targetname, Origin, Angles) studio("models/motd/cerberus.mdl") = nz_cerberus : "A dog head that will emerge from the wall and eat dead bodies upon noticing them."
- [
- GoalAmount(integer) : "Goal amount" : 6 : "How many bodies must be eaten for this head to be satisfied."
- RangeMins(vector) : "Detection zone mins" : "-128 -128 -128" : "South-west-bottom corner of a world-aligned box inside of which this entity will detect NPCs dying."
- RangeMaxs(vector) : "Detection zone maxs" : "128 128 32" : "North-east-top corner of a world-aligned box inside of which this entity will detect NPCs dying."
- input SetGoalAmount(integer) : "Set the amount of bodies that need to be fed to satisfy this head."
- input Satisfy(void)
- input Kill(void) : "Removes this entity from the world."
- output OnVictimFound(void) : "Fires when an NPC or NextBot is killed within this entity's bounding box."
- output OnEmerge(void) : "Fires when the head emerges from the wall."
- output OnVictimEaten(void) : "Fires when the head has finished swallowing it's prey."
- output OnSatisfied(void)
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement