Initial upload
Initial upload
This commit is contained in:
8
_module/nss/savecharacters.nss
Normal file
8
_module/nss/savecharacters.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
ExportAllCharacters();
|
||||
|
||||
SendMessageToPC(GetPCLevellingUp(), "All characters on the server are saved when any character levels up.");
|
||||
string oDM = (GetPCPlayerName(GetPCLevellingUp())+" has leveled. All characters saved.");
|
||||
SendMessageToAllDMs(oDM);
|
||||
}
|
Reference in New Issue
Block a user