I thought I could make a decal show, then dissapear, but I obviously flummoxed something. I'm a little distracted today watching the baby, but I thought I typed this in right. Of course I never tried to write a decal fpi before. I may have totally messed this up and not understand what I did:
;Header
desc = flashing decal
;Triggers
:state=0:rundecal=2,timeron,state=1
:state=1,timergreater=1000:SETALPHAFADE=0, timeron, state = 2
:state=2,timergreater = 3000: SETALPHAFADE= 100,state=0
;End of Script
Student Programmer