Jump to content

Printing multiple lines to the console?


yojeff

Recommended Posts

I am trying to "debug" the Boulder City quest (VES09BoulderCity). (None of the encounters are working.)

 

I put down an activator to print the value of different variables with the following code :

scn aaConsole01Script

begin OnActivate

	ShowMessage aaMsgOutcome VMS20.bBoulderCityOutcome

	PrintC "The value of bEncounterPlayed is: %g" VES09BoulderCityQuest.bEncounterPlayed
	PrintC "The value of bEventTrigger is: %g" VES09BoulderCityQuest.bEventTrigger
	PrintC "The value of iPlayerDirection is: %g" VES09BoulderCityQuest.iPlayerDirection
	PrintC "The value of iEvent is: %g" VES09BoulderCityQuest.iEvent
	PrintC "The value of bFarmerExodus is: %g" VES34Vault.bFarmerExodus
 

end

When I activate the activator, and open the console, I see only the last line with bFarmerExodus. Is there a way to print multiple lines?

 

Thanks!

Link to comment
Share on other sites

Thanks for the comment about PageUp, I wouldn't have thought about it.

 

The activators and quest have several variables, so I didn't want to mess with the messages.

 

Since I saw that the bug was fixed in the last version of YUP, I stopped working on it.

 

Thanks again!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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