Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
ipaqmaster

custom bullet halp :) * i sux*

Recommended Posts

hi, il jus try 2 make it simple

um.. well i have a custom projectile but when fired it WILL not show the bullet

*invisible*

i know its probly my failed script but can someone look at it for me?

thx in advance :)


Its in the Decorate File of the wad :)
code-


ACTOR *weap name*
{
	Radius 50
	Height 8
	Speed 100
	Damage 50
	Projectile
	+RANDOMIZE
	Obituary "$OB_MPPLASMARIFLE"

	States
	{
	Spawn:
	ONE0 A 1
	TNT1 A 1
	loop

	Death:
	ONE0 A 6 bright
	TNT1 A 1
	Stop
	}
}

Share this post


Link to post

Assuming the graphic is in your WAD and suitably aligned...

Speed 100 is pretty quick so it may just be getting to its target before you even see it.

TNT1A0 is invisible. Your projectile is invisible half the time anyway according to your code (assuming that ONE0A0 is a visible sprite).

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×