Posted by member 7223 on 2004-06-13 00:00:58 link
Ok, I've found something more like I'd like it to be:
Everyone should know that with:
modifying $cond$ with !setevar , then !netreloading Popup2 without doing a !reload doesn't work as expected...
But with:
That's not perfect but it works :)
It was so simple that I've never see it...
But I still think Popup is outdated
Everyone should know that with:
if cond = 1
*popup "cond1" !cond1
elseif cond = 2
*popup "cond2" !cond2
else
*popup "nocond" !nocond
endif
*popup "cond1" !cond1
elseif cond = 2
*popup "cond2" !cond2
else
*popup "nocond" !nocond
endif
modifying $cond$ with !setevar , then !netreloading Popup2 without doing a !reload doesn't work as expected...
But with:
*popup "cond$cond$" !cond$cond$
That's not perfect but it works :)
It was so simple that I've never see it...
But I still think Popup is outdated