Jump to content

fg109

Members
  • Posts

    1192
  • Joined

  • Last visited

Everything posted by fg109

  1. The read/unread issue doesn't bother me as much as the bugs with "My Content" does. I use that a lot to check what topics I've posted in has had new replies. Right now, new replies don't move up like they're supposed to. I have no idea how it's organized at the moment, and having every thread marked as unread makes it that much harder to find the ones which actually have new replies. Oh and info from me: I am using Mozilla FireFox 13.0.1. This is the only computer that I log into with my nexus account. I am the only one who uses this computer to check nexus. I haven't logged out in weeks. Any thread that I haven't checked in about 3 weeks show up as unread, regardless of whether or not there have been new replies.
  2. You can try something like this: Bool Function GetSKSEInstalled() bool installed = false if (SKSE.GetVersion()) ;if your script made it to here, SKSE is installed ;otherwise, it would throw an error in the script log ;and the if condition would have failed installed = true endif return installed EndFunction
×
×
  • Create New...