Spoiler
ScriptName WeirwynnBodyShopLightSwitchSCRIPTshort sState;short bDoOne;BEGIN OnActivate set bDoOne to 0; if bDoOne == 0 if sState == 0 WeirwynnBodyShopLightsNormal.enable; WeirwynnBodyShopLightsDisplayCold.disable; WeirwynnBodyShopLightsDisplaySun.disable; set sState to 1; set bDoOne to 1; endif endif if bDoOne == 0 if sState == 1 WeirwynnBodyShopLightsNormal.disable; WeirwynnBodyShopLightsDisplayCold.enable; WeirwynnBodyShopLightsDisplaySun.disable; set sState to 2; set bDoOne to 1; endif endif if bDoOne == 0 if sState == 2 WeirwynnBodyShopLightsNormal.disable; WeirwynnBodyShopLightsDisplayCold.disable; WeirwynnBodyShopLightsDisplaySun.enable; set sState to 0; set bDoOne to 1; endif endifEND
All of the references in this are xmarkers as enable-parents to several lights.
