generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
13
_module/nss/client_enter.nss
Normal file
13
_module/nss/client_enter.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// client_enter
|
||||
|
||||
// Vampire System
|
||||
//#include "vamp_subrace"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetSubRace(oPC) == "Vampire")
|
||||
{
|
||||
//init_subrace(oPC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user