Spell hold dilemma
[Deleted User]
Posts: 0
The user and all related content has been deleted.
0
Comments
You could assign to CHARNAME a script like this:
IF HotKey(S) THEN RESPONSE #17 DisplayStringHead(Myself,9491) // Kivan RESPONSE #17 DisplayStringHead(Myself,9184) // Aerie RESPONSE #17 DisplayStringHead(Myself,9182) // Haer'Dalis RESPONSE #17 DisplayStringHead(Myself,11973) // done RESPONSE #16 DisplayStringHead(Myself,16453) // Imoen RESPONSE #16 DisplayStringHead(Myself,9501) // Minsc END
and in-game just press the S key to know who must die
N.B. The string references are from vBG2, but they should be the same in BGII:EE. Of course, I don't have the string reference for Fade specific to your install, so I'm using the generic string "done" instead. If you want, you can replace yourself 11973 with the correct number, or just pretend that "done" = "Fade".