Talk:Githyanki Greatsword (Psionic): Difference between revisions
Jump to navigation
Jump to search
ProfanePoly (talk | contribs) (→Form ID: new section) |
|||
Line 1: | Line 1: | ||
== Form ID == | == Form ID == | ||
Also, for anyone that's using the Script Extender to add items to | Also, for anyone that's using the Script Extender to add items to their inventory, you can use the following command: | ||
TemplateAddTo("769adbf8-d3bf-48f7-8c2b-21fb892b1d33", GetHostCharacter(), 1) | TemplateAddTo("769adbf8-d3bf-48f7-8c2b-21fb892b1d33", GetHostCharacter(), 1) |
Revision as of 04:51, 5 December 2023
Form ID
Also, for anyone that's using the Script Extender to add items to their inventory, you can use the following command:
TemplateAddTo("769adbf8-d3bf-48f7-8c2b-21fb892b1d33", GetHostCharacter(), 1)
This will add one of these swords to your inventory, and I'm sure that just changing that 1 at the end there will change the amount added.