generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
14
_module/nss/fv_dm_conv6.nss
Normal file
14
_module/nss/fv_dm_conv6.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//#include "f_vampire_spls_h"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oDM = GetPCSpeaker();
|
||||
/* if(GetIsVampire(oDM))
|
||||
{
|
||||
DeleteLocalInt(oDM, "FALLEN_VAMPIRE");
|
||||
}
|
||||
else
|
||||
{
|
||||
SetLocalInt(oDM, "FALLEN_VAMPIRE", TRUE);
|
||||
} */
|
||||
}
|
||||
Reference in New Issue
Block a user