User talk:Sleknerps

From the Oblivion ConstructionSet Wiki
Revision as of 05:54, 18 May 2007 by imported>Sleknerps
Jump to navigation Jump to search
Hi. If you've got Shivering Isles or a newer official patch installed, you'll need to download the new v1.2 Construction Set from the official site in order to open Oblivion.esm. (Assuming you're interested in modding OB, since you're here).Scruggs 00:02, 16 May 2007 (EDT)

Thank You


I've a question, I want to make a script where you can't unequip a slave bracer without a key in Morrowind. How do I do that. I made this script:

Begin aki_Selfslave
Short OnPCUnequip
If ( OnPCUnequip == 0)
MessageBox "Je kunt dit niet uitdoen zonder sleutel" ;(Means: You cannot unequip this without key.)
Equip aki_slave_bracer
endif
End aki_Selfslave

So how do you look if player has the key. And now is the script constant activated if you're in the same cell as the Aki slave bracer, but it doesn't equip the item even if you have the item in inventory.