10-04-2007, 02:34 AM
Boo Wrote:found a bug in tut, in...
Code:Public Sub EditorInit()
frmMapEditor.Visible = True
With frmMapEditor.Visible = True
It highlights 'With' for
Quote:With object must be user-defined type, Object, or Varient
Any idea?
Oh dead God you seriously are retarded.
You could split that up, and change it to
Code:
With frmMapEditor
.Visible = True
end withOr just delete the with
Code:
frmMapEditor.visible = trueQuote: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?



