×
Create a new article
Write your page title here:
We currently have 54,064 articles on Fallout Wiki. Type your article name above or click on one of the titles below and start writing!



Fallout Wiki
54,064Articles
FO76 ui roleplay team.pngThis is the transcript of a script file, which runs certain tasks in the game upon execution.
Details
Type Source file
SCRIPTS.LST comment N/A
MSG file N/A
Transcript.png

/*
        Copyright 1998-2003 Interplay Entertainment Corp. All rights reserved.
*/
#ifndef BROKEN_H
#define BROKEN_H
 // Defines specific for Broken Hills
 // Comments
#define CARAVAN_FALSE 0 //default value of mvar_caravan
#define CARAVAN_HOME 1 //value of mvar_caravan if at home
#define CARAVAN_GOING_HOME 2 //value of mvar_caravan if going home
#define CARAVAN_DEST_REACHED 3 //value of mvar_caravan if dest reached
#endif // BROKEN_H