From d9b2cca7f5bd7c7a86f3161ea9b09f75fdfb349f Mon Sep 17 00:00:00 2001 From: INeedBots Date: Fri, 4 Dec 2020 00:29:50 -0600 Subject: [PATCH] doc --- main_shared/maps/mp/bots/_menu.gsc | 7 +++++++ main_shared/maps/mp/bots/_wp_editor.gsc | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/main_shared/maps/mp/bots/_menu.gsc b/main_shared/maps/mp/bots/_menu.gsc index 07f3fd3..1e116e6 100644 --- a/main_shared/maps/mp/bots/_menu.gsc +++ b/main_shared/maps/mp/bots/_menu.gsc @@ -1,3 +1,10 @@ +/* + _menu + Author: INeedGames + Date: 09/26/2020 + The ingame menu. +*/ + #include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\gametypes\_hud_util; diff --git a/main_shared/maps/mp/bots/_wp_editor.gsc b/main_shared/maps/mp/bots/_wp_editor.gsc index 6c2ae21..f917cc6 100644 --- a/main_shared/maps/mp/bots/_wp_editor.gsc +++ b/main_shared/maps/mp/bots/_wp_editor.gsc @@ -1,3 +1,10 @@ +/* + _wp_editor + Author: INeedGames + Date: 09/26/2020 + The ingame waypoint editor. Designed to be ran on the client (not the server) +*/ + #include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\gametypes\_hud_util;