Jump to content
  • 0

Tried making a simple shotgun (im new to making mods) but this pops up


MowEmDown

Question

Is there a fix?

Class Shells refrenced but not defined

Execution could not continue.
1 errors during actor postprocessing

 

 

Here's my code 

ACTOR Model666: Weapon Replaces Shotgun 20000 {

         Weapon.SelectionOrder 50

         Weapon.AmmoUse 1

         Weapon.AmmoGive 16

         Weapon.AmmoType "Shells"

         AttackSound "FIRESHT"

 

         Inventory.PickupMessage "Zetkix got a model 666! Gun modified by demons!

 

 

         States  {

 

Spawn:

SGUP A -1

Stop

 

Select:

SGUN B 1 A_Raise

Loop

 

Deselect:

SGUN B 1 A_Lower

Loop

 

Ready:

SGUN A 1 A_WeaponReady

 

Fire:

SGUN F 2 BRIGHT

SGUN G 1 BRIGHT A_FireBullets(0,0,1,4)

SGUN H 3

Goto Ready

}

}

Edited by MowEmDown

Share this post


Link to post

4 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.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...