Name

g_xpSaveTimeout — set XP-save duration

Synopsis

g_xpSaveTimeout [duration]

Default

g_xpSaveTimeout 1h

Description

g_xpSaveTimeout sets the XP-save duration in seconds. A value of 0 specifies XP-save will never timeout.

For convenience you may specify duration { days, hours, minutes, seconds } using their respective suffixes { d, h, m, s }. For example, to specify 10 days plus 4 hours, the following are all equivalent:

  • 10d4h
  • 10d4h0m0s
  • 878400s
  • 878400

See Also

g_xpCap(cvar), g_xpMax(cvar), g_xpSave(cvar), Chapter 9, XP-save System