Skip to content

broadcast_noexp

Eric Davis edited this page Apr 1, 2018 · 1 revision
Table Of Contents

Introduction

  • Author: Bast
  • this is a plugin that broadcasts when noexp is enabled/disabled
  • it is used for the miniwin_noexp plugin

Installation

  • see the Installation page
  • The default command for this plugin is bnoexp

Troubleshooting

  • run the command bnoexp debug to enable debugging

Help

[FOR PLUGIN AUTHORS ONLY]

Detects when noexp is toggled

Example:

  function OnPluginBroadcast (msg, id, name, text)
    if id == "aaa65ac8122d795ad5348dcd" then
      if msg == 1 then
        -- noexp on
      elseif msg == 2 then
        -- noexp off
      end
    end -- noexp changed
  end

General Information

Intro
Installation
Troubleshooting
Tips For VI Users
FAQ
Creating Plugins Based On Bastmush

Plugin Information

Bastmush Plugins

Internal bastmush Plugins (do not load these unless needed)

Support files for bastmush

Modified Plugins from other sources

Clone this wiki locally