12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
/*
|
||
|
s_modload - Incorporate this code into Module::OnLoad
|
||
|
*/
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
/* Start the export characters timer */
|
||
|
DelayCommand(600.0, SignalEvent(OBJECT_SELF, EventUserDefined(200)));
|
||
|
|
||
|
}
|