LittleInferno Posted June 9, 2015 http://imgur.com/a/TSzOR I've read the error a fair few times now. "requires an actor of type "Weapon"? What? I don't get this error. 0 Quote Share this post Link to post
Obsidian Posted June 9, 2015 I looked at the DECORATE code for the regular Shotgun for reference and it seems to have "Weapon.SelectionOrder 1300" before "Weapon.AmmoUse 1", so at a guess I'd say there's your problem. Considering how similar both the DECORATE codes are though I'd say you should use Inheritance to simplify matters for you. 0 Quote Share this post Link to post
MaxED Posted June 9, 2015 Basically, this error tells you that to use Weapon.[Stuff] properties your actor must be inherited from the Weapon actor. Changing "Actor spas" to "Actor spas : Weapon" should fix this. 0 Quote Share this post Link to post
Obsidian Posted June 9, 2015 ^ | | Listen to him, he knows more than me. :P 0 Quote Share this post Link to post
LittleInferno Posted June 9, 2015 Check the image of the DECORATE again. This time this error does not make a slightest of sense to me. 0 Quote Share this post Link to post
Arctangent Posted June 10, 2015 Bright and other state keywords go before the frame's action function. 0 Quote Share this post Link to post
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.