|
楼主 |
发表于 2010-7-24 21:15:10
|
显示全部楼层
name="Multiple_Send"
author="Nick Gammon"
id="33e3ed2a4a9751329b048b5c"
language="VBscript"
purpose="Sends commands to multiple worlds"
date_written="2002-08-28 10:44:11"
date_modified="2003-04-21 08:37:30"
requires="3.39"
version="1.1"
>
You can send a command to one or more worlds, or all worlds, like this:
#all say Goodnight All <-- sends to all open worlds
#1 say Hi everyone <-- sends to world #1
#123 say Follow Me <-- sends to worlds #1, #2 and #3
Multiple_Send:help <-- this help screen
]]>
script="SendToWlds"
match="#* *"
enabled="y"
>
script="OnHelp"
match="Multiple_Send:help"
enabled="y"
>
|
|