Is there a way to perform an HTTP GET request on a skript?
This is what ChatGPT fed me:
```
on server list ping:
set {_ip} to {player-by-IP::%ip%}
set {_url} to "http://ip-api.com/csv/{_ip}?fields=32825"
set {_output} to http get from {_url}
set the motd to "Most recent player's location: {_output}"
```
Is this correct? If not, how?
This is what ChatGPT fed me:
```
on server list ping:
set {_ip} to {player-by-IP::%ip%}
set {_url} to "http://ip-api.com/csv/{_ip}?fields=32825"
set {_output} to http get from {_url}
set the motd to "Most recent player's location: {_output}"
```
Is this correct? If not, how?