Est MotD W
From EventScripts Community Encyclopedia
Syntax: est_MotD_W <identifier> <Title> <command> <URL>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionDisplay an external website in the MOTD window [edit] Parameters
[edit] Example// Browses google.com if someone say !google event player_say { //If the Player write !google, if(event_var(text) == "!google") do { //The MotD-Browser will open the WebPage es est_MotD_W event_var(userid) "Google.com" 0 "http://google.com" } } [edit] Notes
[edit] See Also |
