Jump to content

Makaze

Member
  • Posts

    637
  • Joined

  • Last visited

Everything posted by Makaze

  1. Has a quote from Ace Attorney in their profile.
  2. Irony: The government already does decide it to a large degree.
  3. /doesn't actually know Python /just guessing based on how other languages work /happens to behave exactly as I expected /pats self on back
  4. Because you forgot the parentheses. The keywords have to be put in parentheses to be passed (or 'input into') to the help function. With parens: >>> help('keywords') Here is a list of the Python keywords. Enter any keyword to get more help. and elif if print as else import raise assert except in return break exec is try class finally lambda while continue for not with def from or yield del global pass >>>Without: >>> help 'keywords' File "<stdin>", line 1 help 'keywords' ^ SyntaxError: invalid syntax >>>
  5. Hmmmm. Try this in the console (Ctrl+Shift+J on Chrome, Right Click -> Inspect Element -> Console tab on Firefox): var opts = JSON.parse(localStorage.getItem('MakazeScriptOptions')); delete opts.ipb_member_nicknames; localStorage.setItem('MakazeScriptOptions', JSON.stringify(opts));Then refresh. All of your nicks should be cleared.
  6. I'm not sure why this happens, but it should be fixed on refresh. If not, then delete the nickname and try again. Your name was so bad it broke it.
  7. That's what I said. Lost cause. Bye.
  8. This member said all those things in IP.Chat.
  9. Right after the apology? This. Wonder never cease.
  10. He's a Canadian. I find this hilarious.
×
×
  • Create New...