|
crycry Apprentice
Joined: 24 Jun 2006 Posts: 169 Location: UK - South Coast
|
Posted: Mon Dec 11, 2006 2:18 pm
[1.22] stringlist being reset |
something really odd is happening with one of my stringlists, on restarts of cMud, but not all restarts, it resets the stringlist to empty.
ive checked and its the only instance of that variable name, ive even tried changing its name incase id not seen a #var command somewhere. just dont understand it.. the only call i have to it, is an #additem command as follows.
Code: |
// add to missing area list
#if (%db( %rec,Mob_Name) = "No Record") {#additem missList $target}
#var qmobName $name |
im clueless.. as usual |
|
_________________ 'Life is what happens, when your too busy doing something else'
_________________
XP Pro SP2
cMud 1.24
_________________ |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Mon Dec 11, 2006 2:41 pm |
Try deleting the variable, recreating it and recompiling the trigger/alias/macro/whatever that contains the reference to it.
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
crycry Apprentice
Joined: 24 Jun 2006 Posts: 169 Location: UK - South Coast
|
Posted: Mon Dec 11, 2006 2:48 pm |
did that already Arminas, still does the same.. really odd.. recreated the entire trigger that adds to it too just incase it was corrupted. even moved it all to a seperate package incase that was it too.
|
|
_________________ 'Life is what happens, when your too busy doing something else'
_________________
XP Pro SP2
cMud 1.24
_________________ |
|
|
|
Seb Wizard
Joined: 14 Aug 2004 Posts: 1269
|
Posted: Mon Dec 11, 2006 3:58 pm |
Does the variable have a default value set?
|
|
|
|
crycry Apprentice
Joined: 24 Jun 2006 Posts: 169 Location: UK - South Coast
|
Posted: Mon Dec 11, 2006 4:08 pm |
no Seb, and use default isnt ticked either.. good thought though.
|
|
_________________ 'Life is what happens, when your too busy doing something else'
_________________
XP Pro SP2
cMud 1.24
_________________ |
|
|
|
|
|