Update that adds some new StarfallEx functions
- Added player:trusts(player) SHARED (This acts exactly as E2's trust function did, before sparky nerfed it recently so now you can only get friend status to people you're friends with.)
- Added printLocal(...) CLIENT (Pretty much printGlobal, but with slightly less restrictions and prints to the local client)
- Added printLocalLimits() CLIENT Returns maximum chars in printLocal message, maximum args.
- Added canPrintLocal() CLIENT Returns whether you can printLocal, since it is still restricted by a 4 calls per second burst limit.