Jump to content

Script needed


Titaniumsoul

Recommended Posts

attach script to the book

 

SCRIPT

=======================

scn "scriptname"

begin onadd

if getcontainer == player

player.add item -id-

endif

end

Link to comment
Share on other sites

I've hit the button at the other topic, you've hit the submit button twice.

 

scn scriptname

begin onadd

if getcontainer == player

player.additem -id-

endif

end

 

Fill those in yourself to the relevance and there was a little space at additem.

Link to comment
Share on other sites

hmm... :biggrin: It's the same script i gave him...And hi has problems

 

Woops...I see now...sorry its player.additem not player.add item

 

Thanks Pronam

Link to comment
Share on other sites

LOL, I did use yours, I just used Bold Italic and underline to show where the op probably hasn't filled in anything and that little fixy :). If it was mine I would have done this:

 

Open up the script-editor and get a new one.

After scn, place the name of your script. Remember it as you're going to refer back to it at the book.

After Player.Additem, put the ID of the Key as it shows up in CS (NOT the name.)

If you haven't created a key, do so right now. Let's say its called MyBookKey

scn MyKeyBookScript
Begin OnAdd
If getcontainer == player
	Player.Additem MyBookKey
Endif
End

 

After this is finished, create the book and add this script from the dropdown.

 

It's better to be over-elaborative...that saves a few posts is my experience ;D.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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