Alangara_PRC8/_module/nss/mn_cliententer.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

15 lines
248 B
Plaintext

#include "mn_i_initchar"
#include "mn_i_validate"
// void main(){}
void mn_ClientEnter()
{
object oPC = GetEnteringObject();
if (GetIsPC(oPC))
{
handleEnteringPC(oPC);
//validate( oPC ); // FIXME move this logic later
}
}