Jump to content

Can someone please help with add items script?


dontpanic

Recommended Posts

Something like:

 

Scn AddItemsSCRIPT

 

BeginOn PlayerEnter

 

Player.additem (your item name) (quantity)

 

End

 

And you've got too make a trigger box just outside the vault 101 cave door and apply that script to it.

 

This may not be 100% right, as I'm a newb modder myself.

Link to comment
Share on other sites

I tried this script and it seems to work, but I haven't tested it while in the Vault before you leave.

 

Scriptname itemsScript

 

Short item1

 

Begin GameMode

 

; if Enclave Radio ref has been enabled, it means the player is out of the vault, which means it's time to enable our radio signal

 

if ( RadioEnclaveRef.GetDisabled == 0 )

if item1 == 0

Player.additem Item1 1

Set Item1 to 1

 

 

endif

endif

end

Link to comment
Share on other sites

  • Recently Browsing   0 members

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