2025/09/04 Update
Tweaked a couple of scripts.
This commit is contained in:
@@ -7,7 +7,7 @@ void main()
|
||||
string sDestTag = GetLocalString(oPC, "Respawn");
|
||||
if (sDestTag == "")
|
||||
{
|
||||
sDestTag = "EN4_Respawn";
|
||||
sDestTag = "en3_respawning";
|
||||
}
|
||||
|
||||
object oSpawnPoint = GetObjectByTag(sDestTag);
|
||||
|
Reference in New Issue
Block a user