ExportSingleCharacter

From NWN Lexicon
Jump to navigationJump to search



ExportSingleCharacter(object)

Force the character of the player specified to be exported to its respective directory, i.e. LocalVault/ServerVault/ etc.

void ExportSingleCharacter(
    object oPlayer
);

Parameters

oPlayer

PC character to export


Description

Exports oPlayer to either LocalVault or ServerVault depending on server settings. In single player, LocalVault will always be used.



Remarks

Since ExportAllCharacters only works in multiplayer, this is the command to use in single player.


Version

1.31

See Also

functions: 

ExportAllCharacters



 author: Lilac Soul