Skip to content

Instantly share code, notes, and snippets.

@LewisGet
Created October 4, 2016 05:37
Show Gist options
  • Save LewisGet/e5b5c40ee6eeba7f3531eccbab68a9c6 to your computer and use it in GitHub Desktop.
Save LewisGet/e5b5c40ee6eeba7f3531eccbab68a9c6 to your computer and use it in GitHub Desktop.
exports.ljSystem.initPlayer = function () {
try
{
exports.A = exports.ljSystem.utils.player("LewisJang");
} catch (err) {
console.log("no A");
}
try
{
exports.B = exports.ljSystem.utils.player("GoldJing");
} catch (err) {
console.log("no B");
}
try
{
exports.C = exports.ljSystem.utils.player("KevinWus");
} catch (err) {
console.log("no C");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment