MatthewWalrus Posted December 20, 2017 Posted December 20, 2017 I've looked everywhere and found a lot of places that really helped but I still can't get my script to make the player sweep work. They all compiled but like I said it's a logical error. I kind of deleted all my scripts because I was frustrated so I have nothing to go off of... But I've been trying for days so I remember some of it. I tried making a broom an activator and making a spell. Something like this inside some kind of event: Game.GetPlayer().SetAIDriven(true) Game.GetPlayer().PlayIdle(IdleLooseSweepingStart) Idle Property IdleLooseSweepingStart Auto ... Please help... I am so frustrated.
Guest Posted December 20, 2017 Posted December 20, 2017 Hi. I did such spell for someone. The player should have the spell when the game start, if not add it using the console: player.addspell XX000d63 (XX will be the index of the mod) Feel free to reuse it as you like. Sweep.7z
MatthewWalrus Posted December 20, 2017 Author Posted December 20, 2017 Thank you so much, I saw your post when I was looking up how to do it. Your post was one of the ones that helped a lot. Thank you! Edit: Actually that's where I got the script you see above in the original post. Edit2: Well, I think so at least... Can't remember for sure. I just know it helped a lot! You said it would take like 10 minutes, and it has taken me days! Thank you thank you thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.