HiddenTradition_PRC8/_module/nss/ro_pl_lostitems.nss
2024-06-20 15:47:42 -04:00

20 lines
561 B
Plaintext

//::///////////////////////////////////////////////
//:: NW_PL_LOSTITEMS
//:: FileName
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
This scripts starts the lost item store.
*/
//:://////////////////////////////////////////////
//:: Created By:
//:: Created On:
//:://////////////////////////////////////////////
void main()
{
// OpenStore(GetObjectByTag("LostItems"), GetLastUsedBy());
SetLocalInt(OBJECT_SELF, "NW_L_IAMLOSTSTORE", 10);
ActionStartConversation(GetLastUsedBy(), "ro_all_feedback");
}