Files
dsrc/sku.0/sys.server/compiled/game/script/structure/item_structure.script
T

14 lines
421 B
Plaintext

/**********************************************************************
* Title: temporary_structure.script
* Description: script that handles the temporary player structure
**********************************************************************/
/***** TRIGGERS ********************************************************/
trigger OnObjectMenuRequest(obj_id player, menu_info mi)
{
return SCRIPT_CONTINUE;
}