Jump to content

Aeryn Snowpaw

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am also having this exact issue. Nothing I've found has helped so far.
  2. I can log into other accounts just fine, but my main account is inacessible. It gets stuck at "Logging in..." for a very long time then says "Despite our best efforts, something unexpected has gone wrong." I have tried (not an exhausive list): Clearing cache, deleting temp files.Logging into 4 different viewers. (Phoenix, Firestorm, Vanilla, 2.0)Changing my passwordChanging my log-in region to a wide variety of different places (esp. Smith and Agni)Reinstalling various viewers.Restarting my computer multiple times.Resetting my internet connection several times.Nothing seems to help. I've searched for a couple of hours to see if anyone has a similiar problem on google, the forums, the knowledge base, etc. - and nothing has come up. Any ideas? EDIT: I just got in by logging into Agni. Something tells me it was sheer luck.
  3. There are so many things I cannot imagine being able to do without dynamic variables. This is a real shame.
  4. Currently I have a code set up like this if ((integer)llGetSubString(n,-1,-1) == 1) { stateobjects1 = [a] + stateobjects1; } if ((integer)llGetSubString(n,-1,-1) == 2) { stateobjects2 = [a] + stateobjects2; } ... And I'm looking to shorten down the variable to elminate the need for constant if checks and new variables. stateobjects((integer)llGetSubString(n,-1,-1)) //(obviously this is not proper code, but I'd like to know how to do something like this.) Basically just making "stateobjects" dynamic so that I don't have to have seperate variables for each one! Normally I'd use an array for this sort of thing, but the concept of lists is slightly new and confusing to me when trying to do things like this. Thanks for the help, I appreciate it!
×
×
  • Create New...