Hello all,
Server was working fine yesterday, then today after the update now when I try to start the server I'm getting an error message Compile Error "Can't compile "Mission" script module! scripts/5_Mission/mission\missiongameplay.c(380): Can't fine vari8able 'UADropitem'.
So I've unpacked the Scripts folder with PBM and I do see two lines with the UADropitem in it. Is there anything wrong with what I have?
//if(GetUApi().GetInputByName("UADropitem").LocalPress())
if(input.GetActionDown(UADropitem, false))
Thanks