home *** CD-ROM | disk | FTP | other *** search
- echo $1 $2 $3 $4 $5
- if test $2 == Init
- echo hit Pyramid init
- sendEvent 0 $1 KQAnimPlayEvent Create
- getEndLoop $1 $1 1
- else if test $2 == ConnorAction
- if test $4 == do
- give CrystalPyramid
- deleteObject Pyramid
- endif
- else if test $2 == Cue
- echo hit cue
- if test $3 == 300
- echo it is an animation
- if test $5 == Create
- echo stop playing Create
- sendEvent 0 $1 KQAnimPlayEvent stop
- endif
- endif
- endif
- endif
- endif
-