Quote:
Originally Posted by Need_O2
ok I will
Ah you didnt get how to add your recipes
You know item names in Raw values ?
go to object editor and view->Display as Raw Value
you will see your items as 4 charactered codes
Then look at demo trigger in the map
There goes call CreateRecipe2('rde1','rde2','rde3') for an example
This recipes rde1 and rde2 to create rde3
You must copy-change these custom strings to create your own recipes
Pretty simple MUCH usefull
|
Yes I know that with RAW, And I did recipes just like in the DEMO trigger still nothing happends!
Implemention:
To implement this system into your map you just have to copy the Recipe trigger script
to your map header(custom script section) what does he mean with that? That I just should ctrl+c the "Recipie" trigger and paste it as a trigger at my own map?