a little while ago I requested help with getting 2 items from one item for a mod. Well I basically need similar help, except that last script removed the initial item that gave you the two others. So this time I need it so that it gives you the item, and you keep the initial item, but every time you use that item again, you will not recieve the item over and over again.
currently this is the script:
scn CSEquipHintScroll
Begin onEquip
player.additem CSHintscroll1
end
(actually I am too lazy to open up my CS right now, so I just rewrote it, that mighyt not be the script exactly)
If you could tell me what I need to add to only let it add the CSHintscroll1 once on equip it would be greatly appreciated