General > RANT

Spork, you seem board

<< < (4/10) > >>

Botsareus:
Oh, classic case of it crahed from exe, copyed code over loaded bugy, ran original ran fine.

Botsareus:

--- Code: ---Private Sub CopyError(robn As Integer)
  Dim t As Long
  Dim accum As Long
  Dim Length As Long
 
  With rob(robn)
 
  For t = 1 To (.DnaLen - 1) 'note that DNA(.dnalen) = end, and we DON'T mutate that.
   
    If Rnd < 1 / (rob(robn).Mutables.mutarray(CopyErrorUP) / SimOpts.MutCurrMult) Then
      Length = Gauss(rob(robn).Mutables.StdDev(CopyErrorUP), _
        rob(robn).Mutables.Mean(CopyErrorUP)) 'length
      accum = accum + Length
      Dim t2 As Integer
      t2 = t
      ChangeDNA robn, t, Length, rob(robn).Mutables.CopyErrorWhatToChange, _
        CopyErrorUP
    If t2 <> t Then MsgBox "scorpion is a dick, govt needs to grow up and let me live me life"
    End If
  Next t
 
  End With
End Sub
--- End code ---

Botsareus:
Private Sub ChangeDNA(robn As Integer, ByVal nth As Long, Optional ByVal Length As Long = 1, Optional ByVal PointWhatToChange As Integer = 50, Optional Mtype As Integer = PointUP)

Botsareus:
oooh, shut down a possible monitoring service and everything magically runs twice as fast.

Botsareus:
Now that he is getting the message, lets figure out what causes the size of the teleporter to change magically.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version