
Right well I posted this in the other forum and guess what, it went under!! so here goes...
Place all of this after the last "End If" in the joingame sub
If GetVar("\Scripts\People\" & GetPlayerName(index) & ".ini", "Login Info", "Times Logged") >= 1 Then
Call PutVar("\Scripts\People\" & GetPlayerName(index) & ".ini", "Login Info", "Times Logged", GetVar("\Scripts\People\" & GetPlayerName(index) & ".ini", "Login Info", "Times Logged") + 1)
End If
If GetPlayerLevel(index) = 1 Then
If GetPlayerEXP(index) = 0 Then
Call PutVar("\Scripts\People\" & GetPlayerName(index) & ".ini", "Login Info", "Times Logged", 1)
Call SetPlayerEXP(index, 1)
End If
End If
Call PlayerMsg(index, GetPlayerName(index) & ", you have logged onto this character a total of " & GetVar("\Scripts\People\" & GetPlayerName(index) & ".ini", "Login Info", "Times Logged") & " times.", 12)Well there you go, just edit the "\Scripts\People\" to whatever folder you want it to go into,
Be advised the script will not work if the folder does not exist