Going to explain it in basic variables... I find it easier to explain like that. Everything is in million:
Will return either "60" or "96" million.
Should I sell all that? Then flip or something? Or play some dice...
Ready to sell... not sure if I should
EDIT: Sold it. 94M sitting in my inventory >
//I'm poor.
PHP:
$amount = 19; // my current RSGP.
$amount += 20; // adds 20M for selling full barrows of every set. I never use them, only the magic set.
$amount += 17; // adds 17M for selling dragon claws. I also never use it, I was holding it for my now ruined pure.
$amount += 4; // master wand, I was only holding that for my now ruined pure.
//$amount += 36; // Full armadyl. The range set, I never use it. I commented it out though because I'm not sure if I want to sell it.
echo($amount);
Will return either "60" or "96" million.
Should I sell all that? Then flip or something? Or play some dice...
Ready to sell... not sure if I should
EDIT: Sold it. 94M sitting in my inventory >
//I'm poor.