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



Fallout Wiki
53,547Articles
Cross Wiki 2023.png
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 ARVILLAG_H
#define ARVILLAG_H
 // Map vars for Arroyo Village Map
 // Comments
//MAP_GLOBAL_VARS:
//GLOBAL NUMBER
// All Map Vars need to start w/ MVAR_
#define MVAR_Stealing_From_Shaman (0)
#define MVAR_Kill_Evil_Plants (1)
#define MVAR_Talked_Villager (2)
#define MVAR_Talked_Warrior (3)
#define MVAR_Fixed_Well (4)
#endif // ARVILLAG_H