Hello everyone, I'm not the best coder out there, but I can usually figure out what the problem is and fix it. I've looked everywhere in the manual, and looked through all of my code.
I'll explain a bit of the situation I'm in, Using updated A5 code on the latest A6 engine build. Never wanted to update to the new template scripts considering I've had everything working the way I wanted it to. I decided to finally update and port everything over and updated everything to work in the latest engine update except for my key configuration wdl.
I'm using the key config script from the AU resource site. It worked fine all the way through a6.3 (where I was) and now refuses to work in a6.6.
This is the section giving me problems.
Code:
my_key_up=get_key(up_key_var);
my_key_down=get_key(down_key_var);
my_key_left=get_key(left_key_var);
my_key_right=get_key(right_key_var);
my_key_run=get_key(run_key_var);
my_key_jump=get_key(jump_key_var);
my_key_crouch=get_key(crouch_key_var);
my_key_roll=get_key(roll_key_var);
my_key_lookup=get_key(lookup_key_var);
my_key_lookdown=get_key(lookdown_key_var);
my_key_strafel=get_key(strafel_key_var);
my_key_strafer=get_key(strafer_key_var);
Everything is defined correctly as far as I know.
I keep getting read only errors. Something like key_cuu read only. I would really appreciate any help, I've been stuck on this for a few days. Thanks in advance.
