AlexxEG Posted May 20, 2009 Share Posted May 20, 2009 Okey, so my mod Portable Camp Stuff have a portable container with ref. And one time I stored some stuff inside then picked it up. Later I drop the "book" that spawn the container on the floor and I invisible when not using that "z" key :S The stuff inside still there but.... I post script and screen This is for spawn at the bookscn 00PPStoreageContainer01SetupSCRIPT begin onActivate if player.issneaking == 1 PPStoreageContainer01REF(NOTE: The ref for the container, not book. And container is disable when you start game).enable PPStoreageContainer01REF.moveto PPStoreageContainerBookREF disable else activate endif end This is for using and "remove" the container scn 00PPStoreageContainer01AlreadySetupSCRIPT begin onActivate if player.issneaking == 1 PPStoreageContainer01REF.disable PPStoreageContainerBookREF.enable PPStoreageContainerBookREF.moveto player showmessage 00PPContainer01MESG else activate endif end Plz help if you can^^ Link to comment Share on other sites More sharing options...
AlexxEG Posted May 20, 2009 Author Share Posted May 20, 2009 Ohh... Forgot pic Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.