Ok, so I altered a program spawn like this,
GUITransform(343, 23, 416, 2,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Scope(\Code, "DrawingTools", TRUE)\ProgramSpawn("https://www.google.com/maps/search/?api=1&query=" + \Root\Latitude + "," + \Root\Longitude , "Drive"));
]
Now can I do this to a hotbox?
Ok, so I altered a program spawn like this,
````
GUITransform(343, 23, 416, 2,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Scope(\Code, "DrawingTools", TRUE)\ProgramSpawn("https://www.google.com/maps/search/?api=1&query=" + \Root\Latitude + "," + \Root\Longitude , "Drive"));
]
````
Now can I do this to a hotbox?