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



Fallout Wiki
53,552Articles
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 Temple Chest to hold the players things
MSG file N/A
Transcript.png

/*
        Copyright 1998-2003 Interplay Entertainment Corp. All rights reserved.
*/
/* Include Files */
#include "..\headers\define.h"
#include "..\headers\ARCaves.h"
#define NAME SCRIPT_AITEMCST
#include "..\headers\command.h"
procedure start;
procedure map_update_p_proc;
import variable temple_chest_ptr;
procedure start begin
end
procedure map_update_p_proc begin
   temple_chest_ptr:=self_obj;
end