Bugfixing pass
Bugfixing pass. Spawn swapovers. Broom!
This commit is contained in:
22
_module/nss/journal_gnrc_oce.nss
Normal file
22
_module/nss/journal_gnrc_oce.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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());
|
||||
}
|
Reference in New Issue
Block a user