Jump to content

SAY Problem


Rastor

Recommended Posts

I'm attempting to use the following command to patch a spell to display a dialog string whenever it is cast (via opcode 139).

 

COPY ~mymod/spells/whatever.spl~ ~override~

SAY 0x76h @5

 

WeiDU gives the following error from that:

ERROR:  cannot convert ~0x76h~ (or ~0x76h~) to an integer

ERROR: [mymod/spells/whatever.spl] -> [override] Patching Failed (COPY) (Failure("int_of_string"))

 

What am I doing wrong here? The offset is correct, as identified by Near Infinity.

Link to comment

Archived

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

×
×
  • Create New...