20-08-2008, 02:42 AM
Couple of small replaces:
Change:
To:
and change:
To:
Change:
Code:
If Not BLoc Then
BLoc = True
Else
BLoc = False
End If
To:
Code:
BLoc = not BLoc
and change:
Code:
If Not BFPS Then
BFPS = True
Else
BFPS = False
End If
To:
Code:
BFPS = not BFPS
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?