Table of Contents

Method DeletePlayerTURD

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DeletePlayerTURD(string, string)

Delete the TURD of playerName + characterName.

At times a PC may get stuck in a permanent crash loop when attempting to login. This function allows administrators to delete their Temporary User Resource Data where the PC's current location is stored allowing them to log into the starting area.

public bool DeletePlayerTURD(string playerId, string characterName)

Parameters

playerId string

The community (login name) of the player. If CD Key TURDs are enabled (NWNX_TWEAKS_TURD_BY_CDKEY), this is the player's CD key.

characterName string

The character name.

Returns

bool

true if the TURD was successfully deleted.