Jump to content

How to learn ONE of the recipes with equal name?


Maris

Recommended Posts

The character must learn only ONE of the recipes with the same name.

Now I have:

recipe My Recipe 1
{
   Apple,
   ....
   Result: myItem,
   ...
}

recipe My Recipe 2
{
   Banana,
   ...
   Result: myItem,
   ...
}

As a result I have TWO recipes with different names "My Recipe 1" and "My Recipe 2" with numbers in its names.

But these recipes must have the same name, because they produce the same item. For example, "My Recipe".

And if I do so, I will have an issue. For example:

item myMagazine
{
   Type = Literature,
   TeachedRecipes = My Recipe,
   ...
}

This magazine will teach all recipes with equal name.

How I can make two magazines with different recipes but with the same name?

Edited by Maris
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...