Mostly npc script adjusments

and placeable tag changes
This commit is contained in:
EpicValor
2023-09-04 21:06:50 -05:00
parent 430f3102d9
commit a896bdd164
62 changed files with 9383 additions and 293 deletions

View File

@@ -7,7 +7,7 @@ to an areacleanup script which cleans the area
void main()
{
float cleanupdelay = 600.0; //if you change this it alters how long before
float cleanupdelay = 300.0; //if you change this it alters how long before
// the area cleans up, if you do change it INCLUDE THE DECIMAL, or it won't
// work
if(!GetIsPC(GetExitingObject()) ) {