You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeps track of phone numbers and links them to phones without possibility of number duplication
Allows for phone numbers to be associated with players in a global phone book of some type that works even when the player is offline
Allows transferring numbers between phones or reclaiming them if the phone is destroyed
This will most likely need its own database table. I'm envisioning the phone having a unique idnum, which is looked up in the table, and is linked for phonebook lookups to the last person to use the phone (or the last person to run phone register or whatever).
The text was updated successfully, but these errors were encountered:
Implement a phone list that:
This will most likely need its own database table. I'm envisioning the phone having a unique idnum, which is looked up in the table, and is linked for phonebook lookups to the last person to use the phone (or the last person to run
phone register
or whatever).The text was updated successfully, but these errors were encountered: