15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
|
//#include "f_vampire_spls_h"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oDM = GetPCSpeaker();
|
||
|
/* if(GetIsVampire(oDM))
|
||
|
{
|
||
|
DeleteLocalInt(oDM, "FALLEN_VAMPIRE");
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
SetLocalInt(oDM, "FALLEN_VAMPIRE", TRUE);
|
||
|
} */
|
||
|
}
|