generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
10
_module/nss/fv_dm_conv2.nss
Normal file
10
_module/nss/fv_dm_conv2.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//#include "f_vampire_defs"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sTemp;// = (UseGuaranteedBloodTypes)?"gblood":"blood";
|
||||
object oDM = GetPCSpeaker();
|
||||
CreateItemOnObject(sTemp, oDM, 10);
|
||||
CreateItemOnObject(sTemp + "child", oDM, 10);
|
||||
CreateItemOnObject(sTemp + "virgin", oDM, 10);
|
||||
}
|
||||
Reference in New Issue
Block a user