Rune_PRC8/_module/nss/mansservexit_use.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

21 lines
600 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: x2_use_placeable
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Have placeable start its conversation file with
whoever just used it.
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: Jan 16/03
//:://////////////////////////////////////////////
void main()
{
string sDoorTag = GetTag(OBJECT_SELF);
SetLocalString(GetObjectByTag("ETH_VarHolder"), "vWhatIsDoorTag", sDoorTag);
ActionStartConversation(GetLastUsedBy());
}