07-06-2006, 06:54 PM
You forgot to get rid of the loading on "ItemEditorInit"
Find the "Public Sub ItemEditorInit()" bit in modGameLogic, and remove the loading pic from the sub so it looks something like this:
[code]Public Sub ItemEditorInit()
frmItemEditor.txtName.Text = Trim(Item(EditorIndex).Name)
frmItemEditor.scrlPic.Value = Item(EditorIndex).Pic
frmItemEditor.cmbType.ListIndex = Item(EditorIndex).Type
If (frmItemEditor.cmbType.ListIndex >= ITEM_TYPE_WEAPON) And (frmItemEditor.cmbType.ListIndex = ITEM_TYPE_POTIONADDHP) And (frmItemEditor.cmbType.ListIndex
Find the "Public Sub ItemEditorInit()" bit in modGameLogic, and remove the loading pic from the sub so it looks something like this:
[code]Public Sub ItemEditorInit()
frmItemEditor.txtName.Text = Trim(Item(EditorIndex).Name)
frmItemEditor.scrlPic.Value = Item(EditorIndex).Pic
frmItemEditor.cmbType.ListIndex = Item(EditorIndex).Type
If (frmItemEditor.cmbType.ListIndex >= ITEM_TYPE_WEAPON) And (frmItemEditor.cmbType.ListIndex = ITEM_TYPE_POTIONADDHP) And (frmItemEditor.cmbType.ListIndex