home *** CD-ROM | disk | FTP | other *** search
- l This demonstrates setting a user's time to a given amount for exit
- l file writing without affecting actual BBS time. Note that you'd
- l probably want to do a test to be sure the user actually had at least
- l 30 minutes (in this example)... Also note that ONLINE.XBS is
- l rewritten with 30 minutes, so you'd want to avoid exits (stick with
- l Spawn and DOS to go to doors) with this method.
-
- l Put timer on hold and preserve current time remaining
- to1
- l Set time to thirty minutes
- t=30
- l Write exit files
- X0 1
- l Turn timer back on and retrieve time
- to0
-