Gianluco Posted April 4, 2022 I've literally copied an actor's code and pasted on another actor, but it says that it expects a "{" instead of "ACTOR" and, when I try doing what it says, it says that "}" doesn't have any animation frames 1 Quote Share this post Link to post
3 Barry Burton Posted April 5, 2022 (edited) 23 hours ago, rouge_means_red said: In the machinegun part you have one { and two } } @Gianluco Your answer is here already. If you don't understand, you need to change the MachineGun actor code to this: ACTOR MachineGun : Chaingun replaces Chaingun { Inventory.PickupMessage "You got the machine gun!" Obituary "%o was mowed down by %k's machine gun." Tag "Machinegun" } A "{" or opening bracket signifies a starting block of code. Each "{" should have a "}" or a closing bracket at the end to signify that block is closed. You had one opening bracket, then two closing brackets. Edited April 5, 2022 by Barry Burton 2 Quote Share this post Link to post
4 rouge_means_red Posted April 4, 2022 In the machinegun part you have one { and two } } 4 Quote Share this post Link to post
2 Mr.Rocket Posted April 4, 2022 looks like it's missing a parenthesie in the previous script, so if the engine is trying to read it; then that's why it might crash on the next script: ArmoredCaco. 0 Quote Share this post Link to post
0 gwain Posted April 4, 2022 (edited) cant really help you but I can bump your thread is it chaingun replaces chaingun idk im not a decorate wiz Edited April 4, 2022 by gwain 1 Quote Share this post Link to post
0 Gianluco Posted April 4, 2022 1 minute ago, gwain said: cant really help you but I can bump your thread is it chaingun replaces chaingun im not a decorate wiz The problem is, that one part of the file worked, but now that I've added the ArmoredCaco it dies 0 Quote Share this post Link to post
Question
Gianluco
I've literally copied an actor's code and pasted on another actor, but it says that it expects a "{" instead of "ACTOR" and, when I try doing what it says, it says that "}" doesn't have any animation frames
Share this post
Link to post
5 answers 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.