-KRUNCH
-NO
-die
-larry
Do these seeds have a special map structure or special attributes of some sort? Today for example I was playing on the "larry" seed and I let

Code: Select all
Local txt$
Select i
Case 0
txt = "NEW GAME"
RandomSeed = ""
If temp Then
If Rand(15)=1 Then
Select Rand(10)
Case 1
RandomSeed = "NIL"
Case 2
RandomSeed = "NO"
Case 3
RandomSeed = "d9341"
Case 4
RandomSeed = "5CP_I73"
Case 5
RandomSeed = "DONTBLINK"
Case 6
RandomSeed = "CRUNCH"
Case 7
RandomSeed = "die"
Case 8
RandomSeed = "HTAED"
Case 9
RandomSeed = "rustledjim"
Case 10
RandomSeed = "larry"
End Select
Else
n = Rand(4,8)
For i = 1 To n
If Rand(3)=1 Then
RandomSeed = RandomSeed + Rand(0,9)
Else
RandomSeed = RandomSeed + Chr(Rand(97,122))
EndIf
Next
EndIf
Return to “General discussion”