10 June 2009

I'm back

Well I'm back after nearly two year. I am working on relearning how to make triggers. Additionally, I have found that some of my old triggers were mistyped on my blog. Here is the first revised trigger.

Door Trigger

#CLASS {Dooropen}
#TRIGGER {^The (%w) seems to be closed.} {
unlock %1 %lastin2
open %1 %lastin2
}
#CLASS 0