Created
March 19, 2014 18:02
-
-
Save Radagaisus/9647597 to your computer and use it in GitHub Desktop.
How To Customize the Name of Points in Captain Up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Asynchronous wrapper around the function, to make sure Captain | |
| // Up has loaded completely. | |
| captain.up(function() { | |
| // Set the points string | |
| captain.l.points = "XP"; | |
| // Set the shorthand name | |
| captain.l.shorthand_points = "XP"; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment