bomaz Posted April 25, 2012 Share Posted April 25, 2012 I would like to make a perk such that when the player has the perk and equips any item a pop-up box would appear saying "hello world" or some such. I have some trouble accomplishing this, at first I thought that all I needed to do was attach the script to the perk, however this did not do the trick. How would I go about accomplishing this? Scriptname testperk extends Perk Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference) Debug.MessageBox("Hello, World!")endEvent Link to comment Share on other sites More sharing options...
Recommended Posts