first- for my queuing system it seems to bug if someone logs out while queuing which well I expected. If they do let's say I have a list of 2 players. If 1 of them has been logged out(deleted) would they than equal to null? Than I could check for a null.
Second question: how can I use arrow keys on webclient? As well as zoom it in 200% if it's at all possible.
Copyright © 2025 BYOND Software.
All rights reserved.
IMO, you should never use del unless absolutely necessary. It's slow and it hides memory leaks and design problems.