Other way around - the first is the (human) one in the container, the second is the (giant) one from the brazier. Looks like the script glitched on you - although, did you check all of your party members?
In the EE, the code to create an item is
C: CreateItem("_____")
where those blanks are the item's code (HGHEART2 in this case). You need both the parentheses and the quotes.
In the EE, the code to create an item is
C: CreateItem("_____")
where those blanks are the item's code (HGHEART2 in this case). You need both the parentheses and the quotes.
Comments
I try HGHEART2 but I dont now what i doing wrong but its not work. May you can tell me more about rhis script in console? pls
C: CreateItem("_____")
where those blanks are the item's code (HGHEART2 in this case). You need both the parentheses and the quotes.
Oh many thanks. I finally did it!