Aantioch_Infernum/_module/nss/hif_onclientente.nss
EpicValor 86fa6e51ac Notice added
Notice of active development added to module description and onenter script
2023-08-10 12:26:00 -05:00

16 lines
563 B
Plaintext

// prc_onenter,_oncliententer
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the oncliententer event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
SendMessageToPC (GetEnteringObject(), "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand.");
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("_oncliententer", OBJECT_SELF);
}