2025/09/04 Update

Tweaked a couple of scripts.
This commit is contained in:
Jaysyn904
2025-09-04 22:58:18 -04:00
parent 5e36a8b4a6
commit 8b0ac05535
4 changed files with 2 additions and 3 deletions

View File

@@ -337,7 +337,7 @@
},
"Version": {
"type": "dword",
"value": 27
"value": 28
},
"Width": {
"type": "int",

Binary file not shown.

View File

@@ -7,7 +7,7 @@ void main()
string sDestTag = GetLocalString(oPC, "Respawn");
if (sDestTag == "")
{
sDestTag = "EN4_Respawn";
sDestTag = "en3_respawning";
}
object oSpawnPoint = GetObjectByTag(sDestTag);

View File

@@ -101,5 +101,4 @@ void main()
//:: Markshire Nomeclature
DelayCommand(0.0f, ms_Nomenclature(oNPC));
//DoDebug("prc_pwonspawn: Finished.");
}