https://dl.dropboxusercontent.com/u/594 ... Storm.aslxAll right, there it is. The problem with the blank verbs seemed to fix itself, but now I'm having some trouble with the Ask/Tell functions (even though all the code matches up), and whenever I use a custom command, it shows the appropriate text, but it appends "I don't understand your command." My last issue thus far is that when I try to add a verb for changing the TV's channel, it comes up with an error message:
System.NullReferenceException: Object reference not set to an instance of an object.
at TextAdventures.Quest.EditorControls.WFVerbsControl.AddVerb(String selectedPattern, String selectedAttribute)
at TextAdventures.Quest.EditorControls.WFVerbsControl.Add()
at TextAdventures.Quest.EditorControls.WFAttributesControl.cmdAdd_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)