28 lines
428 B
Plaintext
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();
|
|
}
|