how to use mouse and keyboard as the same time
use bg mouse and bg Kbd as the same time
EX: if i hit keyboard it will print the key, if i click it will print number code
Search found 2 matches
- 02 May 2022 02:37
- Forum: DOS Batch Forum
- Topic: BG.exe v2.5 Utility
- Replies: 2
- Views: 14606
- 09 Apr 2021 07:56
- Forum: DOS Batch Forum
- Topic: how to make batch file move character in map
- Replies: 1
- Views: 3716
how to make batch file move character in map
how to make batch file move the character in the map? i try to add move system and my pokemon game i want to create a map that the @ character can move in a map https://i.imgur.com/iWnH9z3.png but I just have code like this :InitSetup set Xcoord=3 set Ycoord=3 :DisplaySetup cls set X1Y1= set X1Y2= s...