Files
Anphillia_PRC8/_module/nss/mod_onrespawn.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

28 lines
428 B
Plaintext

///////////////////////////////////////////////////////////////////////////////
// mod_onrespawn
// written by: eyesolated
// written at: Jan. 30, 2004
//
// Notes: Placeholder for the module-wide OnRespawn Event
///////////
// Includes
//
#include "nw_i0_plot"
///////////////////////
// Function Declaration
//
////////////////
// Function Code
//
void main()
{
object oRespawner = GetLastRespawnButtonPresser();
}