- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
SlyWhiteSheep
Ok well as the title says I would like to set the character level from the configs:
Here is what I have coded so far:
//SWS FACTION MOD if (Config.FACTION_SYSTEM_ENABLE_SET_NEW_CHAR_LEVEL;) { newChar. }So from my code you can see that I have a boolean config to enable the function and inside the function at:
newChar.
I don't know what to code to add in order to be able to specify from the configs that i want to set the level ingame.
Anyway I want it to look something like this:
//SWS FACTION MOD if (Config.FACTION_SYSTEM_ENABLE_SET_NEW_CHAR_LEVEL;) { newChar.SetLevel(Config.FACTION_SYSTEM_SET_NEW_CHAR_LEVEL;) }3 answers to this question
Recommended Posts