Jump to content

Problem with my mod Portable Camp Stuff


AlexxEG

Recommended Posts

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 book

scn 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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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