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

Stupid ass script errors which are looking at stupid ass me.

Recommended Posts

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.

Share this post


Link to post

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.

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
×