include_in_leveling

Exclude/include a resource from the leveling process.

Since consumable resources cannot be leveled, this function is only relevant for renewable resources. This function should be called prior to calling the P2Schedule:level_resources function.

Parameters: 
I/O Type Name Description
input integer ID resource ID
input integer include 0 (no) or 1 (yes)
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Schedule