BGforgeNet / Fallout2_Restoration_Project

Fallout 2 Restoration Project, updated
https://forums.bgforge.net/viewforum.php?f=39
542 stars 37 forks source link

Hidden Wooz dialog with low INT character #204

Closed Anarcho-Bolshevik closed 11 months ago

Anarcho-Bolshevik commented 1 year ago

What happened

I tried to converse with Wooz with my low INT character. At first I noticed nothing unusual, but clicking ‘REVIEW’ revealed some hidden dialogue.

What you expected to happen

My guess is that the first line of dialog is supposed to be absent. (Either that, or the Chosen One was supposed to respond to it.)

Screenshot

scr00004

Savegame

insert title here.zip

NovaRain commented 1 year ago

https://github.com/BGforgeNet/Fallout2_Restoration_Project/blob/master/scripts_src/gecko/gcwooz.ssl#L538 The script calls Reply(111) first then Reply(110). The second Reply(110) (line 555) is redundant and can be removed.

burner1024 commented 11 months ago

Should be fixed now I guess.