Jump to content

Question

2 answers to this question

Recommended Posts

  • 1
Posted
2 hours ago, alextoti99 said:

is there a way at the conditiona to regenerate a custom chance and if its 1 for example to execute the event otherwise not.

like rand%

 

Yes. you can tie in event requorements to a variable. variables can be randomized from a minimum and maximum variable. 

 

>Set Variable

       >Random  Low (1) High (10) 

 

Will generate a random variable between one and ten.

  • 0
Posted
5 hours ago, NotAzizele said:

 

Yes. you can tie in event requorements to a variable. variables can be randomized from a minimum and maximum variable. 

 

>Set Variable

       >Random  Low (1) High (10) 

 

Will generate a random variable between one and ten.

thanks a lot

×
×
  • Create New...