mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01:15:55 -04:00
14 lines
421 B
Plaintext
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;
|
|
}
|