9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
//#include "f_vampire_defs"
|
|
|
|
void main()
|
|
{
|
|
//string sTemp = (UseGuaranteedBloodTypes)?"gblood":"blood";
|
|
object oDM = GetPCSpeaker();
|
|
//CreateItemOnObject(sTemp + "bad", oDM, 10);
|
|
}
|