IntensuwweSoois Posted March 14, 2015 Share Posted March 14, 2015 Hi, Im really new to modding DST, so excuse what might be real noobishness. Basically what I am looking to do is make a character be able to fertilize stuff from ash. How can I implement this into the char?Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/52037-coding-help-making-some-perks-for-characters/ Share on other sites More sharing options...
rezecib Posted March 14, 2015 Share Posted March 14, 2015 (edited) @IntensuwweSoois, There's a mod for fertilizing with ash generally, you should be able to do the same thing but just add a check for your character's prefab, something like:if doer.prefab == "mycharacter" thenend Edited March 14, 2015 by rezecib Link to comment https://forums.kleientertainment.com/forums/topic/52037-coding-help-making-some-perks-for-characters/#findComment-621746 Share on other sites More sharing options...
IntensuwweSoois Posted March 16, 2015 Author Share Posted March 16, 2015 @IntensuwweSoois, There's a mod for fertilizing with ash generally, you should be able to do the same thing but just add a check for your character's prefab, something like:if doer.prefab == "mycharacter" thenend Thanks, but Ill rather rethink another perk as to not clash with this mod. Link to comment https://forums.kleientertainment.com/forums/topic/52037-coding-help-making-some-perks-for-characters/#findComment-622143 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