Do you know way, to set up your IDE ( for example VS CODE ) for a work with DayZ scripting or DayZ scripts ? I mean, connect game .c files with IDE or with my script project, which I want to create and then pack my mod...
The reason for this is when I writing my own script, I need reference with game .c files, that conatins different functions, classes etc., and I need to use this functions or classes. For example, I need to change a behaivor of player, when he jump. I can write this script and change a behavior of player without IDE tips, but it is too long, when I for example made a mistake in name of the function and I need to check what the problem, why is my script not works ? And I need to back in my script, check every line, then find a mistake, then correct etc.