You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

#NOP ****** bootstrap/Bootstrap
#NOP NAME
#NOP bootstrap.tin -- main tintin++ script file
#NOP SYNOPSIS
#NOP Load tintin++ operations, configuration, and modules
#NOP -
#NOP Start logging based on environment configuration
#script {logfile} {echo $MUDLOG};
#script {chatlog} {echo $CHATLOG};
#script {maplog} {echo $MAPLOG};
#script {telllog} {echo $TELLLOG};
#NOP #script returns a tuple {retval} {output} -- pull out {output} with [1]
#log append {$logfile[1]};
#var {chatlog} {$chatlog[1]};
#var {maplog} {$maplog[1]};
#var {telllog} {$telllog[1]};
#NOP Load user config
#class {confoptions} {read} {conf/options.tin};
#NOP Load script modules
#read {modules/alias.tin};
#read {modules/action.tin};
#read {modules/inventory.tin};
#read {modules/map.tin};
#read {modules/gmcp/negotiate.tin};
#read {modules/gmcp/messaging.tin};
#read {modules/gmcp/char.tin};
#read {modules/gmcp/room.tin};
#read {modules/prompt.tin};
#read {modules/cron.tin};
#NOP These modules are loaded and saved by tt++
#read {modules/potions.tin};
#NOP Let's play
#session {aardwolf} {aardmud.org} {4000};