starting a game using unrealscript

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

spark

New Member
Oct 28, 2005
18
0
0
Hiya,

I think I read this somewhere (but can't find it now) saying this wouldn't work with the runtime, but is it possible to start a game using unrealscript?

Say I've got a button and its OnClick() callback has code like:

local string s;

s = "myserver.com:7777"
startgame( s );

Is something like this possible?