Hi,
I have two rollout.
I want to close them. So I use :
if (RF.dialogBar == true) do
(
cui.UnRegisterDialogBar RF
closeRolloutFloater RF
)
if (RFB.dialogBar == true) do
(
cui.UnRegisterDialogBar RFB
closeRolloutFloater RFB
)
It works when I use script, but not with macroscript.
Any idea ? Thanks.