FalynIndoril Posted April 27, 2017 Share Posted April 27, 2017 (Pardon the pun, you shouldn't fear, I am not an Ordinator....yet....but I'm watching you, scum) =============================================================================================INTRODUCING...THAT FETCHIN' FETCHERFALYN INDORIL, OF HOUSE INDORILBY THE GRACE OF THE ALMSIVI, 3E 427. ============================================================================================= Greetings, Citizens. I am Falyn Indoril, and I love Morrowind (unlike those damn Imperials, the blight to them!), and all the other 'The Elder Scrolls' games. Knowing this, I decided to make some mechanical improvements (tweaks) to my game. This is why I am at the Nexus. I thank you in advance for your welcomes and wish you a happy day. I give you three thanks, in three ways! THE MUCH RESPECT'D MODIFICATIONS OF FALYN INDORILFeel Free to check these out. Falyn Indoril's Safe Indoril ArmourFalyn Indoril's Lore-Friendly Indoril ArmourFalyn Indoril's The Emperor's Septim However, if one could currently help with a scripting issue that I am facing, it would be appreciated, as I am but a novice modder. I am trying to get items to disappear from my PC's Inventory after a certain amount of days (meat,hearts,bread,mead) to give them the oppression of 'spoiling'. Here is the example of a draft script I have begin rottingmatterscript01Short NumDays; Removes the meat / heart / skin from the player after 1 dayif ( NumDays > 1 )MessageBox, "This biodegradable matter has spoiled, and can no longer be used or consumed. You discard it from your Inventory." player->RemoveItem, "ingred_rat_meat_01", player->RemoveItem, "ingred_crab_meat_01", player->RemoveItem, "ingred_hound_meat_01", player->RemoveItem, "ingred_scrib_jerky_01", player->RemoveItem, "ingred_scuttle_meat_01", player->RemoveItem, "ingred_human_meat_01", player->RemoveItem, "ingred_daedras_heart_01", player->RemoveItem, "ingred_cursed_daedras_heart_01", player->RemoveItem, "ingred_ghoul_heart_01", player->RemoveItem, "ingred_daedra_skin_01", player->RemoveItem, "ingred_guar_hide_01", player->RemoveItem, "ingred_kagouti_hide_01", player->RemoveItem, "ingred_scamp_skin_01", player->RemoveItem, "ingred_durzog_meat_01", player->RemoveItem, "ingred_eyeball", endifEnd Thank you, may the ALMSIVI guide you! Link to comment Share on other sites More sharing options...
iXenite Posted April 29, 2017 Share Posted April 29, 2017 Welcome to forums! If you want some help with your Morrowind mods, then maybe posting in the Morrowind forums will get it more exposure by those who share your passion for modding that title. There is even a board in that forum dedicated to those seeking help with the Construction Set. Good luck with everything! Morrowind Nexus Forum:https://forums.nexusmods.com/index.php?c=502,93,96 Link to comment Share on other sites More sharing options...
FalynIndoril Posted April 30, 2017 Author Share Posted April 30, 2017 Thank you for your reply, With the ALMSIVI's Grace, etc.Falyn Indoril, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now