purema1 Posted February 24, 2023 Share Posted February 24, 2023 I'm sorry I used a translator. But I don't know how to make a survival item for a customized character. I don't know where to write the code. Do you happen to know? Link to comment https://forums.kleientertainment.com/forums/topic/146142-i-made-it-into-a-customized-character/ Share on other sites More sharing options...
Haruhi Kawaii Posted February 24, 2023 Share Posted February 24, 2023 9 hours ago, purema1 said: I'm sorry I used a translator. But I don't know how to make a survival item for a customized character. I don't know where to write the code. Do you happen to know? Here Link to comment https://forums.kleientertainment.com/forums/topic/146142-i-made-it-into-a-customized-character/#findComment-1621783 Share on other sites More sharing options...
purema1 Posted February 24, 2023 Author Share Posted February 24, 2023 Thank you so much. By the way, can you tell me the code for making items exclusively for survivor mode? Link to comment https://forums.kleientertainment.com/forums/topic/146142-i-made-it-into-a-customized-character/#findComment-1621829 Share on other sites More sharing options...
Haruhi Kawaii Posted February 25, 2023 Share Posted February 25, 2023 16 hours ago, purema1 said: Thank you so much. By the way, can you tell me the code for making items exclusively for survivor mode? Spoiler TheNet = GLOBAL.TheNet local Recipe = GLOBAL.Recipe local TECH = GLOBAL.TECH local Ingredient = GLOBAL.Ingredient function IsSurvivorsMode() return TheNet:GetServerGameMode() == "survival" end if IsSurvivorsMode() then AddCharacterRecipe("rocks", { Ingredient("petals", 2)}, TECH.NONE, { builder_tag = "yourtaghere"}, { "CHARACTER" } ) end I'm really not sure this will work Link to comment https://forums.kleientertainment.com/forums/topic/146142-i-made-it-into-a-customized-character/#findComment-1621888 Share on other sites More sharing options...
purema1 Posted February 25, 2023 Author Share Posted February 25, 2023 (edited) Thank you so much.it was helpful Edited February 25, 2023 by purema1 Link to comment https://forums.kleientertainment.com/forums/topic/146142-i-made-it-into-a-customized-character/#findComment-1621896 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now