Epoch - Crypto,Energy,MaxEnergy
I Was browsing the epoch_code.pbo and found this just wanted to share with others
Crypto
Energy
MaxEnergy
Default its caped at 2500
Crypto
Code:
EPOCH_playerCrypto = EPOCH_playerCrypto + 2500;
Code:
EPOCH_playerEnergy = EPOCH_playerEnergy + 2500;
Default its caped at 2500
Code:
EPOCH_playerEnergyMax = 10000;
