stomarver Posted October 29, 2024 Share Posted October 29, 2024 What am I doing wrong? I just want to make the configuration of the HP amount, maybe I specified the wrong property name? p.s (left is modmain, right is modinfo) Link to comment https://forums.kleientertainment.com/forums/topic/160452-qna-help-meee-with-config-why-am-i-some-stupiiid/ Share on other sites More sharing options...
ClumsyPenny Posted October 29, 2024 Share Posted October 29, 2024 Remove "local". You want to edit a global variable, but your code is declaring a local variable instead. 1 1 Link to comment https://forums.kleientertainment.com/forums/topic/160452-qna-help-meee-with-config-why-am-i-some-stupiiid/#findComment-1755255 Share on other sites More sharing options...
stomarver Posted October 29, 2024 Author Share Posted October 29, 2024 13 minutes ago, ClumsyPenny said: Remove "local". You want to edit a global variable, but your code is declaring a local variable instead. You are my hero *hank* 1 Link to comment https://forums.kleientertainment.com/forums/topic/160452-qna-help-meee-with-config-why-am-i-some-stupiiid/#findComment-1755257 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