2025/09/04 Update
Tweaked a couple of scripts.
This commit is contained in:
@@ -337,7 +337,7 @@
|
|||||||
},
|
},
|
||||||
"Version": {
|
"Version": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 27
|
"value": 28
|
||||||
},
|
},
|
||||||
"Width": {
|
"Width": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
Binary file not shown.
@@ -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);
|
||||||
|
@@ -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.");
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user