Conditional visibility (1 Viewer)

aj1405

Portal Pro
September 30, 2007
443
302
Home Country
Norway Norway
I’m trying to get the following to work:
plugin.isenabled(Moving Pictures) AND NOT control.isvisible(131)

Have tried with no luck:
plugin.isenabled(Moving Pictures) + !control.isvisible(131)
plugin.isenabled(Moving Pictures) + control.!isvisible(131)
plugin.isenabled(Moving Pictures) + control.isvisible!(131)
plugin.isenabled(Moving Pictures) ! control.isvisible(131)

Can any of you skin gurus help me?
 

Users who are viewing this thread

Top Bottom