Shi-ku Posted August 23, 2015 Posted August 23, 2015 In the older versions Schlongs required you to drink a potion for the penis to be equipped. I am looking for something to bring that back. The concept I wanted was two potions. The first potion would only work if the character is considered a female by Sexlab and if the character was, upon drinking her sexlab gender would be switched to male and the unp schlong would be equipped. The second potion would be the exact opposite, would check if the sexlab gender was male and if so return it back to female and unequip the unp schlong. There is a potion in the milk mod economy that does something similar and I tried my best to recreate it in the creation kit, but I am still a scripter newbie when it comes to Papyrus and it failed horribly. Does anyone know of any mods out there that does this and if not, a simple way to create it in the creation kit? The script I was trying to creat so far is Scriptname FutaGrowth extends activemagiceffect Armor Property SOS_Addon_B3lisarioUNP_GenitalsDefault auto Event OnEffectStart(Actor akTarget, Actor akCaster) if (akTarget.isEquipped(SOS_Addon_B3lisarioUNP_GenitalsDefault)) akTarget.UnequipItem(SOS_Addon_B3lisarioUNP_GenitalsDefault) else akTarget.EquipItem(SOS_Addon_B3lisarioUNP_GenitalsDefault) endIf endEvent
Recommended Posts
Archived
This topic is now archived and is closed to further replies.