Help with making spells

Post » Mon Jun 18, 2012 2:59 pm

Ok, I've been trying to make some new spells in the game, but I got lost when I was customizing it. Anyone know how to do things, like help me make a spell that randomly changes the target's race/gender?
User avatar
Alexx Peace
 
Posts: 3432
Joined: Thu Jul 20, 2006 5:55 pm

Post » Mon Jun 18, 2012 8:48 am

You'll need to run a script, and use http://www.creationkit.com/sixChange to change the target's gender. Erk... that's a console command, won't work, as far as I know.

You could probably simulate it with just throwing a randomly, pre-made NPC in the spot with http://www.creationkit.com/ObjectReference.PlaceAtMe_%28Papyrus%29 and transfer all their possessions with http://www.creationkit.com/RemoveAllItems_-_ObjectReference
User avatar
BethanyRhain
 
Posts: 3434
Joined: Wed Oct 11, 2006 9:50 am

Post » Mon Jun 18, 2012 3:09 am

No wonder, I've been trying to use sixChange this whole time. Wait, I just used RemoveAllItems and that worked on the script, anf it's a console command.
User avatar
Sweet Blighty
 
Posts: 3423
Joined: Wed Jun 21, 2006 6:39 am

Post » Mon Jun 18, 2012 6:44 am

No wonder, I've been trying to use sixChange this whole time. Wait, I just used RemoveAllItems and that worked on the script, anf it's a console command.

I don't think it is? The link I provided suggests its an Object Reference function... or... however that goes. Still catching on to Papyrus, myself... at the very least, that page doesn't list it as a console command. :P
User avatar
Charles Mckinna
 
Posts: 3511
Joined: Mon Nov 12, 2007 6:51 am

Post » Mon Jun 18, 2012 3:44 pm

Ahh.... ok. I used the Wabbajack once, and it had the effect of sixChange, so i'm gonna look in it's script.
User avatar
SexyPimpAss
 
Posts: 3416
Joined: Wed Nov 15, 2006 9:24 am


Return to V - Skyrim