Hi,
I'm trying to use this game with sinden, It works for player 1 but for P2 when I shot, it shot for P1 and aim doesn't follow gun moves
there is my script
#SingleInstance Force
Run, E:\LaunchBox\DemulShooter\DemulShooter.exe -target=ringwide -rom=mng
Run, Gunman_Launcher.exe --nocursor
WinWait Gunman_Launcher | v2.0
WinActivate
Click 290,200 ; emplacement du ok lanceur 290=X 200=Y
Esc::
Process,Close,Zombie Gunman_Launcher.exe
Run,taskkill /im "Gunman_Launcher.exe" /F
Run,taskkill /im "DemulShooter.exe" /F
ExitApp
return
Thx