Jump to content

I cannot figure out what is wrong with this


eaglescout666

Recommended Posts

 
for some odd reason, with these recipes, in game, it requires a medium alice with frame and without frame to take frame off medium with frame and...well, screenshots should be less confusing:
 
 
code is below:
module ALICE
{
    recipe Add Frame to Medium ALICE Pack
    {
MALICEWITHOUTFRAME,
ALICEFRAME,
 
Result: MALICEWITHFRAME,
Sound:PZ_Hammer,
Time:150.0,
Category:Carpentry,
    }
    recipe Remove Frame from Medium ALICE Pack
    {
MALICEWITHFRAME,
 
Result: ALICEFRAME,MALICEWITHOUTFRAME,
Sound:PZ_Hammer,
Time:150.0,
Category:Carpentry,
    }
    recipe Add Frame to Large ALICE pack
    {
LALICEWITHOUTFRAME,
ALICEFRAME,
 
Result: LALICEWITHFRAME,
Sound:PZ_Hammer,
Time:150.0,
Category:Carpentry,
    }
    recipe Remove Frame from Large ALICE Pack
    {
LALICEWITHFRAME,
 
Result: ALICEFRAME,LALICEWITHOUTFRAME,
Sound:PZ_Hammer,
Time:150.0,
Category:Carpentry,
    }
}

 

 

 
 
 
what exactly is causing it to need both a framed and unframed to remove a frame i wonder?
 
any help would be very appreciated!

post-17207-0-81278000-1444659688_thumb.j

post-17207-0-38655900-1444659693_thumb.j

Link to comment
Share on other sites

yes its a mod, and what i am asking is how do i make it to not require a frameless alice PLUS a framed alice to remove a frame from the framed one., instead, i need to make it so it just needs a framed one to result in a separate frame and frameless alice as the result. 

 

sorry if i sound cranky. been fixing the bugger all day.

Link to comment
Share on other sites

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
×
×
  • Create New...