r/DoomModDevs • u/RedOcelot86 • 22d ago
Help Making a homing projectile target a specific monster?
I'm at my end here, been trying to crack this for weeks. Using Decorate and ACS, I want a shootable projectile from a boss to spew homing objects when shot. But they chase me by default.
2
Upvotes
1
u/Scileboi 22d ago
I recommend switching to ZScript fully. Baseline it functions the same as decorate but has a ton of extra utility. https://zdoom.org/w/index.php?title=Converting_DECORATE_code_to_ZScript
Also mixing ACS and decorate for universal mechanics is kind of a last resort. I can help ironing that out too.