Jump to content

How to make quest variables visible in pipboy for specific quest ? (console commands)


BessyDragon

Recommended Posts

Hello

 

Need help with making some quest variables visible in real-time in my active quest on Pip-Boy (marked red):

h-47.jpg

 

 

I tried to advance value with command:

 

set RR303ExplosivePlanted to 3

 

It's a global variable for that stage of quest. But that command don't visually change objective in Pip Boy, still show 0/3. Is there any other command exist to change that parameter in real-time ?

Edited by BessyDragon
Link to comment
Share on other sites

Activator RR303ExplosivesActivator script calls quest RR303 stage 1010, 1020 and 1030 which update that counter for each placed explosive.

 

; Increment the global counter
ModObjectiveGlobal(1, pRR303ExplosivePlanted, 1200, 3)
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...