08-10-2008, 12:25 AM
Once again, sorry to double post.
I'm trying to get it to join a party with the player's target, bit I get "compile Error:Expected Array" with this code.
I'm trying to get it to join a party with the player's target, bit I get "compile Error:Expected Array" with this code.
Code:
Private Sub lbljoin_Click()
Dim Index As Long
Dim i As Long
Dim TempPlayer As String
TempPlayer(Index).Target = i
Call SendJoinParty(GetPlayerName(i))
End Sub