Jump to content

Recommended Posts

image.png.c677d47ea5f40da403798f7bcc6866b5.png
I tried adding a recipe in a character recipe tab. And it won't work. Did anybody know the key word for this? Pls help.

Here are my basic code:

local Ingredient = GLOBAL.Ingredient
local RECIPETABS = GLOBAL.RECIPETABS
local TECH = GLOBAL.TECH


AddRecipe("balls",
{ Ingredient("silk", 12), },
RECIPETABS.DRESS,  <-- This one RECIPETABS."DRESS" Can anybody help me figure it out?
TECH.NONE,
nil,
nil,
nil,
nil,
RONALDO, 
"images/inventoryimages/balls.xml")

As you can see i just want a keyword for that.
It's been a while i modding this game. And i can't figure it out so i got here. 

 

This is what i mean

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