ID:2193164
 
Is there any way to execute code purely on the Dream Seeker client?

For example, I have an infinite loop which listens for key presses and delegates them accordingly. Will this loop be running client side or server side? It is defined under /client.
BYOND runs just about everything on the server side, it's a purely server-sided engine. It would be running on the server.