Author Topic: my tryouts. Help plz  (Read 19269 times)

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
my tryouts. Help plz
« Reply #60 on: October 10, 2005, 12:53:21 PM »
It may be broken.  It's one of those things no ones ever really used, so there isn't really a way to test it...

PY, maybe you should hunt down to see if you can find the bit of code for Racial Memory.  It may be misplaced/broken/gone all together.

Offline PurpleYouko

  • Bot God
  • *****
  • Posts: 2556
    • View Profile
my tryouts. Help plz
« Reply #61 on: October 10, 2005, 01:40:10 PM »
here's the code.
Code: [Select]
If Abs(rob(t).Ties(j).last) > 1 Then
   rob(t).Ties(j).last = rob(t).Ties(j).last - Sgn(rob(t).Ties(j).last)
   If rob(t).Ties(j).last > 47 And rob(t).Ties(j).last < 68 Then 'should copy the memory locations 971 to 990 from parent to child. One per cycle.
     If rob(t).mem(1038 - rob(t).Ties(j).last) = 0 And rob(rob(t).Ties(j).pnt).mem(1038 - rob(t).Ties(j).last) <> 0 Then
       rob(t).mem(1038 - rob(t).Ties(j).last) = rob(rob(t).Ties(j).pnt).mem(1038 - rob(t).Ties(j).last)
     End If
   End If
End If

It's in "Linklen"
There are 10 kinds of people in the world
Those who understand binary.
and those who don't

:D PY :D

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
my tryouts. Help plz
« Reply #62 on: October 10, 2005, 02:20:30 PM »
That could explain part of my problem...  I think I commented linklen out and rewrote it.

*Cracks knuckles* Let's see about that racial memory working again then.