0 of 0

File information

Last updated

Original upload

Created by

GabeCamomescro

Uploaded by

GabeCamomescro

Virus scan

Safe to use

Tags for this mod

About this mod

This mod allows modders to identify maps players are on without having to know how to script themselves.

Permissions and credits
MODDERS: Use this mod to identify which map players are currently on for whatever purposes you may need it for.
PLAYERS: This mod serves no purpose on it's own.
Status names for each map are:

Nautiloid/Avernus - GabesMaps_TUT_Avernus_C
Act 1 (not Creche) - GabesMaps_WLD_Main_A
Githyanki Creche - GabesMaps_CRE_Main_A
Act 2 - GabesMaps_SCL_Main_A
Baldur's Gate (Outskirts) - GabesMaps_BGO_Main_A
Baldur's Gate (Main City) - GabesMaps_CTY_Main_A
The Iron Throne - GabesMaps_IRN_Main_A
The Astral Plane - GabesMaps_INT_Main_A
Epilogue/Party - GabesMaps_END_Main
Undefined Custom Map - GabesMaps_CustomMap

To use, insert the following code (or similar) into your mod and make this mod a dependent of yours:
IF(HasStatus('MAPSTATUSFROMABOVE')):WhateverYouWantToDoHere
IF(HasStatus('GabesMaps_WLD_Main_A')):ApplyStatus(BURNING,100,3) will apply burning to a player for 3 turns as soon as they land on the
beach.

To have your custom map added with a specific status to identify it, please message me and include the LevelName of the map. I will add it to the list. Alternatively, just use the Undefined Custom map.