The Ravenous Bugblatter Beast of Traal
Stupid, but extremely ravenous!

Script Plugin - Version 3.3 - Overview

Filename: plugin_blatt_script

Offline Manual

You are reading this offline manual for this plugin. The links to the right navigate through the offline information. The links above and to the left link to www.ravenousbugblatterbeast.pwp.blueyonder.co.uk. If you downloaded the plugin from somewhere else, or downloaded it some time ago, I recomend you check for an updated plugin. Note that the on-line manual may have been updated even if the plugin hasn't.

Overview

The script plugin allows the server administrator to create a script of console commands and Admin Mod commands that will be run whilst a game is in progress.

The script can contain wait commands that pause for a specific time limit or a specific number of rounds. e.g.

wait 10 minutes
sv_gravity 200
admin_command admin_csay blue "Low gravity enabled for 2 rounds"
wait 2 rounds
sv_gravity 800
wait 10 minutes
sv_airaccelerate -15
admin_command admin_csay blue "Matrix jumping enabled for 2 rounds"
wait 2 rounds
sv_airaccelerate 15

Features include

  • Map specific scripts can be created.
  • Admin can enable/ disable script execution from the console.
  • Any player can view the current script from the console.
  • Admin can change to a new script from the console
  • Script can contain any command that you can enter at the server console

NOTE: For 'wait N rounds' to work, you must be playing counter-strike, and have the Logd metamod plugin installed.