Author Topic: Pirate Scallywag Mode?  (Read 3430 times)

So, in RTB4 options for RTB connect, there is an unchecked box that you can check and it's called "Pirate Scallywag Mode". Any idea on what it does?




I bet Ephialtes just put the checkbox there to screw with us.




YOU MERE MORTALS CAN NOT AND WILL NOT EVER HARNESS THE POWER THAT IS PIRATE SCALLYWAG MODE

Someone open the GUI in the gui editor and see what function it performs and then find that function in the million scripts and finally figure out that it was a joke.

I hope this doesn't end like the Golden Brick...

I hope this doesn't end like the Golden Brick...
Good job, you've now provoked the idea

Someone open the GUI in the gui editor and see what function it performs and then find that function in the million scripts and finally figure out that it was a joke.
I checked through the RTB scripts and the checkbox didn't do anything interesting.

Code: [Select]
// Arr
RTBCC_Window_Options.registerPref("Enable Pirate Scallywag Mode","Special Options","CC::PirateMode","bool",0);

although that pref does something interesting server sided ^^

Searching through the scripts for CC::PirateMode nothing worth mentioning comes up.