Jump to content

start if not running (game server) ".vbs script help"


joenzo333

Recommended Posts

Not too familiar with vbsscript, but one issue that sticks out to me is I think it's Wend, not WEnd

 

Don't you need to head and end with <script type = " stuff "> | </script> ?

 

And the End If, that may need to be looked at. Pretty sure sleep(##) is saying "pause for ##", the loop may not be running due to no actual End if clause, if it's meant to be an infinite loop checking for the server being active, no real need for an End if statement, just the while True statement. But, vbsscript isn't one I've learned yet, could be wrong lol.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...