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

help with scripting

Recommended Posts

im making a weapon and every other thing works except the spawn state it says it has no frames

 

my code for it looks like this:

 

  Spawn:
      BALT B -1
      stop

 

 

(sidenote: baltb is the name of a sprite)

Share this post


Link to post
35 minutes ago, Cut The Chit Chat YT said:

(sidenote: baltb is the name of a sprite)

 

Just to confirm, the actual sprite file name is BALTB0, right?  Not just BALTB?

Share this post


Link to post
1 hour ago, Cut The Chit Chat YT said:

just baltb

 

 

Then you need to change it to BALTB0. BALT being the 4 letter sprite lump name, B being the current frame, 0 being the angle of the sprite. See the link @Kappes Buur replied with for a better understanding.

Share this post


Link to post
4 hours ago, Cut The Chit Chat YT said:

so change it to

 

Spawn:
      BALT B 0
      stop

No. To my understanding he means like actually change the sprite:

ellol.PNG.c4ccd9ac6c25a7cfe76131d6ea40fc28.PNG

Like over there if your using slade

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
×