Guest User

Untitled

a guest
Jul 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function CheckForPrefs()
  2. -- make sure the prefs aren't nil
  3. if GetUserPref("Background") == nil then
  4. SetUserPref("Background","_default");
  5. end
  6. if GetUserPref("Music") == nil then
  7. SetUserPref("Music","_cs3");
  8. end
  9. end
  10. -- !
  11. CheckForPrefs()
  12. -- !
Add Comment
Please, Sign In to add comment