How To Ask For Scripting Help

Post » Sun May 05, 2013 12:56 pm

Can't transport items to the chest.

I wanted a guard to take all player's items and then put them in the chest nearby.
Using this tutorial http://www.creationkit.com/RemoveAllItems_-_ObjectReference I just simply took one script:


Game.GetPlayer().RemoveAllItems(abRemoveQuestItems = true, akTransferTo = None)

Then I added the ID of the chest:


Game.GetPlayer().RemoveAllItems(abRemoveQuestItems = true, akTransferTo =  MODChestValuablesGuard)

And it is not compiling any more.
What is my mistake?
User avatar
QuinDINGDONGcey
 
Posts: 3369
Joined: Mon Jul 23, 2007 4:11 pm

Post » Sun May 05, 2013 5:26 am

Thank you for the Information on how and where to post scripting help
User avatar
Amy Masters
 
Posts: 3277
Joined: Thu Jun 22, 2006 10:26 am

Post » Sun May 05, 2013 3:07 pm

Hey guys I'm trying to help out a friend who does some great creation modding and right now I wan't to know if it is possible to make a room that has the word walls in it that would work. For instance a Pre CC save that has a created home that has a hall dedicated to learning all the shouts off the word walls. Is this scripting possible and if so how?
User avatar
NEGRO
 
Posts: 3398
Joined: Sat Sep 01, 2007 12:14 am

Post » Sun May 05, 2013 6:07 pm

Noxious Noob: Please don't http://www.gamesas.com/topic/1385562-creation-kit-feature-hot-loading-plugins/page__view__findpost__p__22165535 http://www.gamesas.com/topic/1440146-please-help/page__view__findpost__p__22165523.

Also, per the thread/ title/description/numerous others not reading any of it, this is not how to ask for scripting help.
User avatar
Cameron Wood
 
Posts: 3384
Joined: Wed Oct 31, 2007 3:01 pm

Previous

Return to V - Skyrim