Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Create an action if the previus ones didn't apply

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
erlis
Plugin Author
Posts: 37
Joined: March 30th, 2006, 1:50 pm
Contact:

Create an action if the previus ones didn't apply

Post by erlis »

Is it possible to create actions as follows:

Code: Select all

IF $var = 1 THEN
  GotoTheme(1)
ELSE IF $var = 2 THEN
  GotoTheme(2)
ELSE IF $anotherVar = 1 THEN
  GotoTheme(3)
ELSE IF $GetTheme != 5 THEN
  GotoTheme(5)

Post Reply