[Head] Type=Script Version=2.0 [Settings] Origin=0.000n 0.000w 0.00a 0.0° [Script] # test for sending url. Bot MUST be caretaker for this to work # and the world and browsers must be upgraded to the latest version # when the bot hears: url # it will send the url to the browsers # when it hears: end # it will stop the script OnChatEvent Chat %i = 1 $u = "http://www.imatowns.com/xelagot/" $t = "" Label Loop IfInt %i = 1 Goto Loop End Event Chat GetChatPerson &p GetChatLine $a IfString "url" IsIn $a SendURL &p $u $t Else IfString "end" IsIn $a %i = 0 EndEvent