- 2
- Posts
- 8
- Years
- Seen Feb 4, 2018
I have a problem. I can not select the quest section, that is, I can not see completed or failed missions. Help me please!
Edit: In the version of Essentials 17.2 the commands X, Y and Z were deactivated, that is, the keys A, S and D. (PSystem_Controls, lines 91, 92 and 93).
I solved it by replacing the following Quest script commands
line 823 approximately ---> (Input :: X) by (Input :: LEFT)
and Line 838 -----> (Input :: Y) by (Input :: RIGHT)
I hope it helps someone else this correction :)
Edit: In the version of Essentials 17.2 the commands X, Y and Z were deactivated, that is, the keys A, S and D. (PSystem_Controls, lines 91, 92 and 93).
I solved it by replacing the following Quest script commands
line 823 approximately ---> (Input :: X) by (Input :: LEFT)
and Line 838 -----> (Input :: Y) by (Input :: RIGHT)
I hope it helps someone else this correction :)
Last edited: