Jump to content
  • 0

A_CustomTracer error


Cacodoomonic

Question

I'm trying to make a new Revenant attack. I have done this:

 

Actor FDRevenantTracer : RevenantTracer Replaces RevenantTracer
{
	const float TRACEANGLE = 8.4375; 
	const float ZVEL = 0.125;		
	Radius 11
	Height 8
	Speed 5
	FastSpeed 10
	Damage 10
	Projectile 
	+SEEKERMISSILE 
	-RANDOMIZE
	SeeSound "skeleton/attack"
	DeathSound "skeleton/tracex"
	RenderStyle Translucent
	Alpha 1
	
	States
	{
	Spawn:
		FATB AB 2 BRIGHT A_CustomTracer("FDRevenantTracerSmoke", "FDBulletPuff", ZVEL, TRACEANGLE, 0, 0, 4)
		Loop
	Death:
		FBXP A 8 BRIGHT
		FBXP B 6 BRIGHT
		FBXP C 4 BRIGHT
		Stop
	}
}

However when I boot the game, I get the following error message.

Execution could not continue.

Script error, "newdoom.pk3:actors/revenant" line 88:
Invalid parameter 'a_customtracer'

Why is this happening? Can someone advise?

Edited by Cacodoomonic

Share this post


Link to post

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...