imported>Sleknerps |
imported>Sleknerps |
Line 2: |
Line 2: |
| Thank You | | 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.
| |