public override void Run(NCSContext context) { // Push a copy of the current context to the stack context.StoreState(context.script.labels[args[1]]); //throw new NotImplementedException("STORESTATE not yet implemented ;("); }