So i found a script to use for changing difficulty for my game, but it's not working at all.
Here's the script I have:
Param_Settings = Corresponding Params: [MHP, MMP, ATK, DEF, MAT, MDF, AGI, LUK], #
:Lord/beginner => [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25,],#

rince/easy => [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5],#
:King/normal => [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],#
:Conquerer/hard => [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0],#
:Legendary/very hard => [4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0],#
:Ascendiary/extreme => [6.5, 6.5, 6.5, 6.5, 6.5, 6.5, 6.5, 6.5],#
:Godly/impossible => [10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0],#
Can somebody tell me what's wrong OR send me to a script with a similar build? Thanks!!!
(The script i was using was this one)