Event 

Usage:
/Event (options) name

Description:
       The event command simply executes any other event in the scripts. Options will be passed onto the named event.

Example:


/event example

# This will create a player command (!test) that will in turn execute the event

on pcmd_test cmd /event blah;
on blah cmd /say_stat * Test successful;