Ask about ACS, DECORATE, ZScript, or any other scripting questions here!
Moderator:GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
I'm having trouble coding for a weapon thats like a foot that shoots a type of custom plasma and for some reason it doesnt wanna work. if someone could tell me what I'm doing wrong please reply! also the weird names are because I was following a tutorial.
Oh shit I forgot to mention that, the actual problem was A_firecustommissle is an invalid parameter. I'm wondering if this is because it has been discontinued and if I can change the parameter to something custom that doesnt have the same parameter that caused it to crash.
Beetow Brode wrote:Oh my god I think I'm really bad at making weapons now says FUTF frame A is missing rotations. How do I make it so it only has one Sprite for rotation
Name it FUTFA0. That's a zero. I'm assuming you named it FUTFA1 or something similar - you need to either have the full set of 8, or specify angle 0 for it to show for all possible rotations.