Rune_PRC8/_module/nss/on_enter.nss

11 lines
420 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//#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());
}