generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
10
_module/nss/on_enter.nss
Normal file
10
_module/nss/on_enter.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//#include "vamp_friends"
|
||||
//#include "vamp_sunsystem"
|
||||
void main()
|
||||
{
|
||||
//If entering object is Undead, make it friendly towards every vampire on module.
|
||||
//If entering object is Vampire, make every undead on area friendly towards entering vampire.
|
||||
//vamp_friends(GetEnteringObject());
|
||||
//Init sunsystem for entering vampire. If area is underground you dont need this.
|
||||
//vamp_sunsystem(GetEnteringObject());
|
||||
}
|
||||
Reference in New Issue
Block a user