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?
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?