Skip to content

How does one change spell descriptions with weidu?

TressetTresset Member, Moderator Posts: 8,268
I am trying to mod comet to be more on par with dragons breath. I would like to be able to update its description with my changes but I can't seem to figure out the proper syntax in my tp2. Keep in mind that I am pretty much a noob at moding. Thanks for the help!

Comments

  • ErgErg Member Posts: 1,756
    It's similar to changing item names, but you have to worry only about the unidentified name and description:

    COPY_EXISTING ~SPWI925.SPL~ ~override~
    SAY NAME1 ~Put here the spell name~
    SAY UNIDENTIFIED_DESC ~Put here the spell description~

  • TressetTresset Member, Moderator Posts: 8,268
    That worked. Thanks!
Sign In or Register to comment.