I could have sworn this was working properly yesterday but here we go..
Removed
ID:143704
![]() Jul 21 2007, 4:50 pm (Edited on Jul 23 2007, 6:58 am)
|
|
Yeah those verbs are just temporary untill I can get it working 100%. Shortly afterposting this I realized my Save() was the same, but regardless...It still doesnt work. I know it's saving properly because I added a new verb where you can see the contents of the save. It just wont load for some reason here's what I have now:
Removed |
Copied your code and fixed it (at least the list saving part. Changes you see, is because of some weird sensitivity with lists. :/)
mob |
Not sure what to tell you -- this local test ran fine:
mob You also may want to change this: Logout() src.mcontents is going to return true, because the list exists. You're probably looking for src.mcontents.len, which is the length of the list (though that probably isn't related to this problem, it will help you with a few head-scratches down the road). I can't see the problem here -- I don't know if it's just because I'm not seeing it, or the fact that looking at big blocks of code that I didn't write like this makes my head hurt. Are you sure the problem isn't elsewhere? |
You also might want to make it a procedure so you can call it when you need it, instead of having those multiple lines of redundant code.