21-10-2008, 10:10 AM
If i added something like this, I'd need to delete my account and remake it so it would have a .warning in the account, correct? Is there any way around this?
Code:
Code: Select all
Function GetPlayerWarning(ByVal Index As Long) As Long
GetPlayerWarning = Player(Index).Char(TempPlayer(Index).CharNum).Warning
End Function
Sub SetPlayerWarning(ByVal Index As Long, ByVal Warning As Byte)
Player(Index).Char(TempPlayer(Index).CharNum).Warning = Warning
End Sub