I'm wondering if there's also such a command to load your own made extensions.
Main DBA file :
Schmoops = 10
Do
If Schmoops = 10 then text 0,0,"Schmoops has found you"
Sync
Loop
Rem - Here would be a command to load my self-made extension.
"Load file "Keystate.Function"
Then my keystate function would be in the file "Keystate.Function"
Function Keystate()
Key 1 = 1
Key 2 = 2
Endfunction
Is this possible, and if so, could this also be done to have more loops? I have 2 loops in my game, ShopMenu and Game.
Would be easier to have those loops in seperate files.
Edit - Changed Quote to Code tags.