Quote: "Yeah, honestly I've never declared a single variable as a type, because then you could really just use separate variables instead. Types are better used in arrays, where you have multiple things each having the same properties."
Types are a lot easier to comprehend though. When you get into variables like netSendDelay#, netSendTime#, for example. Its a lot easier to have net.send.delay#, net.send.time#, net.maxplayers, net.players, etc. I use types for every variable possible, usr.health, src(x).position, screen.resolution, etc etc.