hello i'm trying to cook my game, but i'm having a little problem here, the frontend send to me this error:
Error, ImportText (Bindings): Missing closing parenthesis: (Name="Up",Command="GBA_MoveForward" | causeevent SteamFire)
i think there is a problem with my custom event, this custom event let the player show a fire when the player is walking forward, this is the line that i have modified in the defaultinput.ini
.Bindings=(Name="Up",Command="GBA_MoveForward" | causeevent SteamFire)
but the code look fine, i don't know why the frontend break the cooking with this error, somebody can help me ? thanks in advance for the help.
Error, ImportText (Bindings): Missing closing parenthesis: (Name="Up",Command="GBA_MoveForward" | causeevent SteamFire)
i think there is a problem with my custom event, this custom event let the player show a fire when the player is walking forward, this is the line that i have modified in the defaultinput.ini
.Bindings=(Name="Up",Command="GBA_MoveForward" | causeevent SteamFire)
but the code look fine, i don't know why the frontend break the cooking with this error, somebody can help me ? thanks in advance for the help.
Comment