Brought up to date with the newest T2BoL I've located

This commit is contained in:
Robert MacGregor 2015-08-30 02:30:29 -04:00
parent 8c96cba3e1
commit accd31895e
287 changed files with 108557 additions and 107608 deletions

View file

@ -1,15 +1,15 @@
//------------------------------------------------------------------------------
// Clan Management.cs
// The clan management system for BoL RPg Mod.
// Copyright (c) 2012 The DarkDragonDX
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
//------------------------------------------------------------------------------
// Clan Management.cs
// The clan management system for BoL RPg Mod.
// Copyright (c) 2012 Robert MacGregor
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
}

View file

@ -1,15 +1,15 @@
//------------------------------------------------------------------------------
// EMail.cs
// An E-Mail client for the Birth of Legend RPG Mod.
// Copyright (c) 2012 The DarkDragonDX
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
//------------------------------------------------------------------------------
// EMail.cs
// An E-Mail client for the Birth of Legend RPG Mod.
// Copyright (c) 2012 Robert MacGregor
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
}

View file

@ -1,20 +1,20 @@
//------------------------------------------------------------------------------
// Save.cs
// The PDA Save function for BoL RPG mod.
// Copyright (c) 2012 The DarkDragonDX
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
}
// exit function, it's called when the client exits (returns to PDAMain)
function EMailClient::exit(%this, %client, %page)
{
//------------------------------------------------------------------------------
// Save.cs
// The PDA Save function for BoL RPG mod.
// Copyright (c) 2012 Robert MacGregor
//==============================================================================
// Entry Point (called when the client first clicks it)
function EMailClient::main(%this, %client)
{
}
// action function, it's called when the client navigates.
function EMailClient::action(%this, %client, %page)
{
}
// exit function, it's called when the client exits (returns to PDAMain)
function EMailClient::exit(%this, %client, %page)
{
}