Jump to content

Random Option Global Functions 1.0.0


2 Screenshots

About This File

Random Option Global Functions

PHNR9Go.png

I have made two new global functions for Random Option:

F_GetRDMOPT_Name,<ROA_ID>

F_GetRDMOPT_Value,<ROA_ID>,<VALUE>

  • Returns VALUE plus (+), (-) or (%) depending in the Random Option.
  • VALUE is returned as string.

Examples:

mes callfunc("F_GetRDMOPT_Name",9;)+" "+callfunc("F_GetRDMOPT_Value",9,15);
will display "MaxHP +15%"

mes callfunc("F_GetRDMOPT_Name",16;)+" "+callfunc("F_GetRDMOPT_Value",16,32);
will display "Delay after attack -32%"

 

  • Upvote 6

×
×
  • Create New...