Say 8 stats weren't enough and I wanted 10 or 12..

● ARCHIVED · READ-ONLY
Started by Shion Kreth 6 posts View original ↗
  1. Is there a script available to do that easily enough?
  2. Hi,

    First of all, I have to point out - you do not have 8 stats you have 8 parameter stats. You also have 10 s-parameters and 10 x-parameters. Then you also have your level, exp, class.....

    ALL of those are statistics IMO...

    Anyway...

    Your questions is too vague to give an accurate answer to; therefore, I shall provide an equally vague answer...

    Yes, there is a script - more than one script - some of mine do this of mine funnily enough..

    Now, if you wanted to give additional information about what you actually wanted the stat for - THEN, I would be able to give you a list of various scripts that do what you want.

    I mean, here...

    class Game_Battler  def new_stat    return $game_variables[50]  endendNow you have a stat called 'new_stat' based on the value of variable id 50.

    Is that enough for you to do what you want/need with it? I doubt it...
  3. Dekita said:
    Hi,

    First of all, I have to point out - you do not have 8 stats you have 8 parameter stats. You also have 10 s-parameters and 10 x-parameters. Then you also have your level, exp, class.....

    ALL of those are statistics IMO...

    Anyway...

    Your questions is too vague to give an accurate answer to; therefore, I shall provide an equally vague answer...

    Yes, there is a script - more than one script - some of mine do this of mine funnily enough..

    Now, if you wanted to give additional information about what you actually wanted the stat for - THEN, I would be able to give you a list of various scripts that do what you want.

    I mean, here...

    class Game_Battler  def new_stat    return $game_variables[50]  endendNow you have a stat called 'new_stat' based on the value of variable id 50.

    Is that enough for you to do what you want/need with it? I doubt it...
    Wow, that is quite the verbose and condescending response just to ask: 'Which stats are you referring to?' there Dekita. Funny enough, in looking up the exact terminology to specify what I was referring to (even though you discerned which 8 parameters I meant anyway), I found a script that did what I wanted: 'extra stats'. :p
  4. Lol sorry man, I forget sometimes how hard it is to convey tone via written text.

    N.A.S.T.Y extra stats script? Never played around with that before but anyway - happy to hear you found something that works :)
  5. Dekita said:
    Lol sorry man, I forget sometimes how hard it is to convey tone via written text.

    N.A.S.T.Y extra stats script? Never played around with that before but anyway - happy to hear you found something that works :)
    Heh, it happens. Actually funny enough, no, the one i happened across was crystal engine - extra stats. I'll check out that one and compare. Thanks.
  6. ahhh, didnt know there was another stat script. At least you got one that does what it was you wanted :D