falloutperson416 Posted August 11, 2012 Share Posted August 11, 2012 (edited) 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 August 11, 2012 by falloutperson416 Link to comment Share on other sites More sharing options...
Recommended Posts