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": { "Version": {
"type": "dword", "type": "dword",
"value": 27 "value": 28
}, },
"Width": { "Width": {
"type": "int", "type": "int",

Binary file not shown.

View File

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

View File

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