Jump to content

Ilmater priests in Slums and Promenade


Ardanis

Recommended Posts

That certainly makes much more sense.

 

Okay, Installing a new version of UB over Fixpack now. Wait for it... wait for it... okay, can't resolve label. I suck.

 

Question: If I use 4 instead of OUTER_SET actual_wilmat_state = (STATE_WHICH_SAYS #58238 FROM ~wilmat~) (which doesn't seem to work anyway), will it be okay? Because this code of mine doesn't seem to do the trick:

 

ACTION_IF MOD_IS_INSTALLED setup-bg2fixpack.tp2 0 THEN BEGIN

OUTER_SET actual_wilmat_state = (STATE_WHICH_SAYS #58238 FROM ~wilmat~)

COPY - ~ub/sarevok/u!sare1.D~ ~ub/sarevok/u!sare1.D~
REPLACE_TEXTUALLY ~temp_wilmat_state~ ~%actual_wilmat_state%~

COMPILE ~ub/sarevok/u!sare1.d~
USING ~ub/tra/%s/u!sare.tra~

END

 

REPLACE WILMAT

IF ~~ temp_wilmat_state
SAY @56
IF ~~ GOTO DONATED
END
END

 

EDIT: 4 seems to work lovely. The problem is if some other mod modifies this dialogue before Fixpack, we're screwed.

Link to comment

When you talk to the priest, there's the reply "I have a strange request... sister. I have the heart of a man that died in shame." UB replaces the priest's answer with UB's own state and continues with UB's own dialogue.

 

Someone might want to COPY_TRANS to your State 4 later, so I guess I'll not touch it.

Link to comment
okay, can't resolve label. I suck.
That's because of "COPY -", it doesn't get saved.

 

ACTION_IF MOD_IS_INSTALLED setup-bg2fixpack.tp2 0 THEN BEGIN

OUTER_SET actual_wilmat_state = (STATE_WHICH_SAYS #58238 FROM ~wilmat~)

COMPILE ~ub/sarevok/u!sare1.d~ EVALUATE_BUFFER
USING ~ub/tra/%s/u!sare.tra~

END

 

REPLACE WILMAT

IF ~~ %actual_wilmat_state%
SAY @56
IF ~~ GOTO DONATED
END

 

 

PS And f&ck royally the moron who wrote this forum engine :angry:

Link to comment

Worked like a charm! I was going to go with State=4, but I'm totally going with this instead. Thank you!

 

Surely, not royally - peasantly, maybe? But definitely unpleasantly. You know, you really should write that BG1 Romantic Encounter for Jastey. :) Much more fun than Questpack, though I definitely shouldn't be saying that,

Link to comment

Archived

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

×
×
  • Create New...