Jump to content

Update spell description (IWDII)


Callirgos

Recommended Posts

You would use SAY 0x50 @90 rather than WRITE_LONG.

 

However, .SPL and .ITM headers are similar in this regard. A spell's description is in the same place that an item's unidentified description is, so you can use SAY UNIDENTIFIED_DESC @90 if you would prefer.

Link to comment

I can't seem to make it work

 

Can you show me a full example of the syntax?

 

I've tried:

 

WRITE_ASCII 0x50 @88

WRITE_ASCII 0x50 "@88"

WRITE_ASCII 0x50 = @88

 

The first and third attempts fail in the installer. The second one just wiped all the text.

 

My TRA file is ready to go, no problems

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...