create three type of bool
-
At EA .. i want to have three modes >>
safe mode / moderate mode / aggressive modeeach mode has its own parameters and conditions
how can i add this option at EA where the bool can have the option to choose ( true / false )
thanks
-
@saeed-2 Is it like this ?

-
@saeed-2 Updated

-
@saeed-2 You can do it on the 'on init' tab like this:

You will need to turn off by default all blocks on top of each corresponding option tree. Then these blocks here will turn on only those belonging to that option.
-
sry for late reply .. thanks alot ,, will try that
-
@saeed-2 You're welcome.