23 lines
567 B
Plaintext
23 lines
567 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Generic OnClientEnter
|
|
//:: journal_gnrc_oce
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Method: main
|
|
//:: Created By: Dauvis
|
|
//:: Created On: 6/29/03
|
|
//::
|
|
//:: This is a generic OnClientEnter script for the module.
|
|
//:: This script just calls the appropriate journal
|
|
//:: system method.
|
|
//:://////////////////////////////////////////////
|
|
#include "journal_include"
|
|
|
|
void main()
|
|
{
|
|
dhLoadJournalQuestStates(GetEnteringObject());
|
|
}
|