Sepherose Posted October 10, 2014 Share Posted October 10, 2014 Is this possible? Or a pipe dream? Link to comment Share on other sites More sharing options...
DDProductions83 Posted October 10, 2014 Share Posted October 10, 2014 use setscale....http://www.creationkit.com/SetScale_-_ObjectReference Seriously though is this page like a super secret...http://www.creationkit.com/Category:Papyrus Link to comment Share on other sites More sharing options...
Sepherose Posted October 12, 2014 Author Share Posted October 12, 2014 use setscale....http://www.creationkit.com/SetScale_-_ObjectReference Seriously though is this page like a super secret...http://www.creationkit.com/Category:Papyrus That was a bit of a rude way to put it. It's not like I didn't look through that, I missed something. So shoot me. Thank you for reminding me why I typically stick to only asking a few people in private for help. Link to comment Share on other sites More sharing options...
DDProductions83 Posted October 12, 2014 Share Posted October 12, 2014 (edited) Navigate to pagehttp://www.creationkit.com/Category:PapyrusCtrl + F"scale" Check page 2Ctrl + F"Scale" You asked in public you got a answer :tongue:And you were actually more rude than me, perceiving attitude based on text is herp derp at best, I am actually wondering if that page is a super secret because about 90+% of all scripting questions I see on nexus can be answered with a simple text search on that pagePlease good sir do go back to private conversations if you get that offended over 11 words, especially ones that weren't even meant to insult you Had to go copy this from RIcky Gervais twitter :P-Offense is taken, not given. No need to disarm the world. Just make yourself bullet proof. Sticks & stones people. Block. Unfollow. Laugh.- Edited October 12, 2014 by Darren83 Link to comment Share on other sites More sharing options...
MyGoodEye Posted October 28, 2014 Share Posted October 28, 2014 To answer the question directly, as I read it: A - It's totally possible. B - Here's how, within your script, to set a randomized scale that will spawn the NPC (or whatever) somewhere between .9 of it's "normal" size and 1.1: event OnLoad() float randomScale = Utility.RandomFloat(0.9, 1.10) setScale(randomScale) endEvent You can alter that range as you like. Or you can easily just set it to be a specific size by swapping the "randomScale" in the parenthesis with a number. And there you have it. Need more? PM away. - David Link to comment Share on other sites More sharing options...
Sepherose Posted October 30, 2014 Author Share Posted October 30, 2014 Thank you very much, sent a PM to you. Link to comment Share on other sites More sharing options...
Recommended Posts