Jump to content

Decapitation script help


Dimensionlord1

Recommended Posts

I need help with a script for a mod I'm making that allows you to take skulls from dead enemies. The only problem is I want it to cause a head to explode to prevent you from being able to get another skull from the same body twice. I have little to no scripting knowledge, so if anyone could help me I would be immensely grateful.

 

The script currently

if IsLimbGone 1
	showmessage AAAPerkNoHead
elseif (IsInCriticalStage GooEnd) || (IsInCriticalStage DisintegrateEnd)
	showmessage AAAPerkNoHead
else
	player.AddItem BodyPart05 1
endif
Link to comment
Share on other sites

  • Recently Browsing   0 members

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