2025/09/04 Update
Tweaked a couple of scripts.
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 27
|
||||
"value": 28
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
Binary file not shown.
@@ -7,7 +7,7 @@ void main()
|
||||
string sDestTag = GetLocalString(oPC, "Respawn");
|
||||
if (sDestTag == "")
|
||||
{
|
||||
sDestTag = "EN4_Respawn";
|
||||
sDestTag = "en3_respawning";
|
||||
}
|
||||
|
||||
object oSpawnPoint = GetObjectByTag(sDestTag);
|
||||
|
@@ -101,5 +101,4 @@ void main()
|
||||
|
||||
//:: Markshire Nomeclature
|
||||
DelayCommand(0.0f, ms_Nomenclature(oNPC));
|
||||
//DoDebug("prc_pwonspawn: Finished.");
|
||||
}
|
Reference in New Issue
Block a user