Es.doblock

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: doblock

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Executes a named block of code from a script addon file This is the Python equivalent of: http://www.eventscripts.com/pages/es_doblock

Arguments

  • blockname - name of the block to execute (e.g. doblock mugmod/testblock)


Examples


Notes

  • This command can only call blocks created by loaded script addon files.
  • Always follows the scriptname/blockname syntax.
  • Only a / slash is supported between script name and the block name.


See Also

blog comments powered by Disqus