Jump to content

Scripting help needed


kilkeeper7

Recommended Posts

This is how I would do it:

 

scn aBunkernokeymessage

Begin OnActivate
if (IsActionRef player == 1)
	if player.getitemcount aBunkerKeyMainentrance >= 1
		activate
	else
		showmessage aBunkernokey
	endif
endif
end 

 

You need to have these items programmed before the script will save:

Key - aBunkerKeyMainentrance

Message - aBunkernokey

Link to comment
Share on other sites

  • Recently Browsing   0 members

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