Files
dsrc/sku.0/sys.server/compiled/game/script/item/conversion/medicine.script
T

28 lines
715 B
Plaintext

/**
* Copyright (c)2000-2002 Sony Online Entertainment Inc.
* All Rights Reserved
*
* Title: conversion.medicine.script
* Description: This script will be attached to all medicines during CU item conversion
* @author Thomas Blair
* @version $Revision:$
*/
/***** INCLUDES ********************************************************/
/***** CONSTANTS *******************************************************/
/***** TRIGGERS ********************************************************/
trigger OnInitialize()
{
return SCRIPT_CONTINUE;
}
/***** MESSAGEHANDLERS *************************************************/
/***** COMMANDHANDLERS *************************************************/