Jump to content

Need scripting help


paha989

Recommended Posts

So i need a script that takes all the items from players inventory and moves them into a chest.

 

It would be something like this.

 

-------------------------------------------------------------

scn PrisonMovePlayerItems

begin OnTriggerEnter player

PlayRefItems.removeallitems player 0 1

end

------------------------------------------------------------

 

Playrefitems ---> container that the items would be moved to.

Link to comment
Share on other sites

Give your container a unique REF, not just the base item but a reference editor ID. Make the container a persistent reference as well.

Edited by Jokerine
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...