We have a game that launches via vbscript and calls UE2Runtime:
set demofile = filesys.GetFile("..neuro2\Inifiles\"&usrFoldername&"\LostWorld.ini")
'WShell.Run "..\System\UE2Runtime.exe LW1_basic.urt?Class=neuro2.Exp2Subject -log=" & usrName & "_training.log"
How do you grab the value in usrName
that is passed to UE2Runtime to a console command in UnrealScript 2 when certain events are triggered in the game?
Many thanks in advance