static public int Init(IntPtr l)
 {
     try {
         StorySystem.IStoryCommand self = (StorySystem.IStoryCommand)checkSelf(l);
         Dsl.ISyntaxComponent      a1;
         checkType(l, 2, out a1);
         self.Init(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }