I'm trying to make enemies shoot Intercepted projectiles using Decorate in Slade, but this is as far as I can get with it. Here's the code that I've written:
actor ImpLead : DoomImp replaces DoomImp
{
States
{
Missile:
TROO EF 8 A_FaceTarget
TROO G 6 BRIGHT Thing_ProjectileIntercept (0, 10, 100, 1337, 30)
Goto See
}
}