Home Coding, Scripting, Shaders
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

MEL - Assign button to the web search command

polycounter lvl 8
Offline / Send Message
jayantbhatt007 polycounter lvl 8
hi, I'm making a script where I want to assign a button to a web search command when I click on it I will open a browser. Here it is


string $browser;
$browser = `webBrowser -width 800 -height 600 -url "www.alias.com"`;

Sign In or Register to comment.