Ok, as I said in the Heartwood thread, I have lost CLAw now. I am not scripter, at all, but I think I found where its hosing up. I looks like its getting into a loop lock type situation at a certain point. That point appears to be in this section....
SetupLoop1:
str pos !copy $
if #STRRES <> 0
{
set !len #STRRES - 1
str left !copy !len
set %name . !i #STRRES ; create %name(!i)
msg 1$
set % . #STRRES !i ; this is the name(!i) index number
set !len !len + 1
str del !copy 1 !len
set !copy #STRRES
set %log . !i #TRUE
set !i !i + 1
goto SetupLoop1
msg 2$
The two 'msg' parts I added myself in a way to track down where its getting hosed up. I know there are probably better ways but it works for me. I think.
So, is something happening in the above that I can fix to at least get CLAw back working for me? Is this somehow related to my Quester issue or something different? If its on my end, and I have no doubts that it is considering the successful people have been having, I hope that I can do something to fix it.