From a289739feb024de11018c03692a2c34eb569c98f Mon Sep 17 00:00:00 2001 From: ineedbots Date: Thu, 3 Jun 2021 11:49:56 -0600 Subject: [PATCH] grammar --- raw/bw-assets/wpedit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/bw-assets/wpedit.md b/raw/bw-assets/wpedit.md index 22a970b..998c670 100644 --- a/raw/bw-assets/wpedit.md +++ b/raw/bw-assets/wpedit.md @@ -89,7 +89,7 @@ Your `games_mp.log` can be located at the `C:\Users\\AppData\Plutoniu The editor will generate some GSC code for the waypoints.
![games_mp.log](/raw/bw-assets/wp-editor-gamesmp.png)
-This is the GSC function that will generate the waypoints for the map. If you have trouble beyond this point, simply create a Issue and provide the output from here, I can do the rest from there. +This is the GSC function that will generate the waypoints for the map. If you have trouble beyond this point, simply create an Issue and provide the output from here, I can do the rest from there. You can create/replace the map's waypoints GSC file with the function in `games_mp.log`. Just copy and paste the function into the `maps\mp\bots\waypoints\.gsc` file.
![GSC waypoints](/raw/bw-assets/wp-editor-wps.png)