I have another qwik question.
the set control device command uses the name as a string, does that mean I have to actually find the name of the device, or can i refer the name as a number? I hope I am making sense...because the example code here:
for c=1 to checklist quantity()
if checklist value a(c)=1
SET CONTROL DEVICE checklist string$(c)
ForcePresent=1
endif
next c
shows that checklist quantity is a number. So what does string$ refer to? And how would I find the name of a particular device?
Oh, and picture this senario: The user has a device connected, such as a light gun, that does not conform to the game's native controls, (in that this example, the game uses a regular control pad for input) how can the game tell what type of device is connected without messing everything up?

Ha! I laugh at this because I once thought that I had a good grasp of the way that input device were handled within DarkBASIC, only to find out that there is a whole lot more to it. And I am sure that the answer is staring me right in the face, but I am jest not seeing it.
Thanks for the much needed help,
Fluxtridonis
“I create games only to test my imagination’s limits” - MSB