Skip to content

Instantly share code, notes, and snippets.

@emhoracek
Created February 18, 2015 14:40
Show Gist options
  • Save emhoracek/a3f4e0b3eec0963f36c5 to your computer and use it in GitHub Desktop.
Save emhoracek/a3f4e0b3eec0963f36c5 to your computer and use it in GitHub Desktop.
My first script
; ** FKiSS stuff **
;
;@EventHandler()
;
;@initialize()
;@ unmap("bubble1.cel")
;@ unmap("bubble2.cel")
;@ unmap("bubble3.cel")
;@ unmap("bubble4.cel")
;@ unmap("eye2.cel")
;@ unmap("eye3.cel")
;@ timer(1, 1000)
;@begin()
;@alarm(1)
;@ unmap("eye1.cel")
;@ map("eye2.cel")
;@ timer(2, 200)
;@alarm(2)
;@ unmap("eye2.cel")
;@ map("eye3.cel")
;@ timer(3, 500)
;@alarm(3)
;@ unmap("eye3.cel")
;@ map("eye2.cel")
;@ timer(4, 200)
;@alarm(4)
;@ unmap("eye2.cel")
;@ map("eye1.cel")
;@ timer(1, 5000)
;@press("mariko.cel")
;@ map("bubble4.cel")
;@release("mariko.cel")
;@ unmap("bubble4.cel")
;@press("tiger.cel")
;@ map("bubble2.cel")
;@ map("bubble1.cel")
;@release("tiger.cel")
;@ unmap("bubble2.cel")
;@ unmap("bubble1.cel")
;@press("perv1.cel")
;@ map("bubble3.cel")
;@release("perv1.cel")
;@ unmap("bubble3.cel")
;@press("perv2.cel")
;@ map("bubble3.cel")
;@release("perv2.cel")
;@ unmap("bubble3.cel")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment