ID:173859
 
Hi all, i am wondering at the start of a game how do i get the browser to go to a specific url?
VashMan wrote:
Hi all, i am wondering at the start of a game how do i get the browser to go to a specific url?


This needs to be in Newbie Central, because you have no existing code you need help with.

Use the link() procedure.
src<<link("www.google.com")


~>Volte
In response to Volte
Hi well this is adding to my code and i didnt know how to do it so it is a code problem.

Thanks

Also i dont know exactly how to do it, at the start my game does
proc
sample_report()
src << browse("stuff here")

how would i change that?
In response to VashMan
As volte pointed out use the link proc

proc
sample_report()
src << link("http://www.mylink.com")