Jump to content

uk47 Vampire Force Feed Mod


UK47

Recommended Posts

Hi

 

I am working on a mod, it would allow vampire to force feed on anyone, with new animation, I already made 6, but to be honest, I really suck at script, and the script I made don't works at all.

 

The script :

scn zzUk47VampForceFeed

 

Short Feed

Short GettingFeed

 

ref NPCReference

 

begin GameMode

 

 

 

if ( onControlDown 22 ) && ( Feed == 0 )

let Feed := 1

Player.pickidle

 

let GettingFeed:= 1

let npcreference := getcrosshairref

NPCReference.additem zzuk47VFFRing 1

NPCReference.SetUnConscious 1

NPCReference.pickidle

 

endIf

 

end

The .esp file

http://www.sendspace.com/file/j1ngrf

 

thanks

Link to comment
Share on other sites

How is it supposed to work?

 

You walk up to the person and it doesn't matter if they're asleep or not? Do you just activate them and get a menu or something else?

 

I'm not too bad a scripter, but how exactly do you want it to happen?

You aim at an NPC, then press U "22" and you feed on him/her.

I need it for the project trailer, then I will add :

 

if (PCVampire > 0)

if(player.IsSneaking == 1)

 

@Slawter500, hmmm.....nah anyway Hex_Off agreed to help me out :biggrin: .

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...