This is hardly worth a topic, but is there a ping method in Ruby/RGSS?
For example something like
There is a method built into Netplay+, but AFAIK it requires the actual server program to send back data to say it is online, else it just says offline.
For example something like
Code:
ping 127.0.0.1
if true
do this #machine in question is online
else
do that #machine is offline / unreachable
end
There is a method built into Netplay+, but AFAIK it requires the actual server program to send back data to say it is online, else it just says offline.