zambie1980 Posted February 24, 2018 Share Posted February 24, 2018 (edited) Hi, i'm new to this forum and this will be my first post but I need help with coding it seems. I'm making a mod for DST, but I can't figure out how to make my character a carnivore, as I've tried looking through Wigfrids/Wathgrithrs.lua and nothing seems to work. I'm not sure what to do to get it to work, I don't really care if she says a string or not, but any help would be greatly appreciated! Edited February 24, 2018 by zambie1980 Link to comment https://forums.kleientertainment.com/forums/topic/87989-how-to-make-a-carnivore-character/ Share on other sites More sharing options...
K1NGT1GER609 Posted February 24, 2018 Share Posted February 24, 2018 I'd think this would work: inst.components.eater:SetDiet({ FOODGROUP.OMNI }, { FOODTYPE.MEAT }) It goes into your master_postinit and you can't eat candies from events just pointing it out. Link to comment https://forums.kleientertainment.com/forums/topic/87989-how-to-make-a-carnivore-character/#findComment-1008200 Share on other sites More sharing options...
zambie1980 Posted February 24, 2018 Author Share Posted February 24, 2018 16 hours ago, K1NGT1GER609 said: I'd think this would work: inst.components.eater:SetDiet({ FOODGROUP.OMNI }, { FOODTYPE.MEAT }) It goes into your master_postinit and you can't eat candies from events just pointing it out. I wanna say thank yea kindly for the help as it's appreciated of yea! I got the coding and all that to working now <3 ! Link to comment https://forums.kleientertainment.com/forums/topic/87989-how-to-make-a-carnivore-character/#findComment-1008349 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