0
I am running a python3.5 test using the pyautogui library. My goal is for the algorithm to press buttons for me.
import pyautogui
while True:
pyautogui.press('f1')
In this case, it is pressing F1. I did several tests and it really works on my pc. But, I would like to test it in a game, Lineage II, but it does not catch :S. I have tested it with letters a,b,c... (on my pc it works, on the server no :S). They would have tips on how to put to work on the server?
What do you mean it doesn’t work on the server? I don’t know this game.
– Math
To do this you have to open the interactive Unreal Engine command line and write the equivalent of this code in Unreal C++.
– Augusto Vasques