Jump to content

Robe equipping message box


falloutperson416

Recommended Posts

Scriptname CreationScript extends Armor 

;==========
;Properties
;==========

Armor Property Robes  Auto  
Message Property MessageBox Auto
;Needs to be set in the Properties window.

;==========
;Events
;==========

                 Event OnEquip  (Armor Robes) ;Checking the equipped status of the given item.
                                                       MessageBox.Show()
                                EndEvent

 

So this code is basically supposed to open a message box when you equip a set of robes. It compiles, but doesn't work in game. Any help?

Edited by falloutperson416
Link to comment
Share on other sites

  • Recently Browsing   0 members

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