Stone of Recall is a
Unique Power Self item
It returns you to the temple/respawn location when it is used -
But it requires a certain tagged waypoint to be present.
If it isnt working, then either the tag of the recall stone has changed, and isnt matching the script anymore, or
the tagged waypoint isnt present.
As far as respawn systems go
PopUpDeathGUIPanel(
object oPC,
int bRespawnButtonEnabled = TRUE,
int bWaitForHelpButtonEnabled = TRUE,
int nHelpStringReference = 0,
string sHelpString = ""
);
This needs to be used in the onDeath event for your module.
Set the respawn button to be TRUE,
then inside the onRespawn event on your module, you put in the logic for determining where to portal the player to.