Module commit
Module commit.
This commit is contained in:
17
_module/nss/_use_tchest_conv.nss
Normal file
17
_module/nss/_use_tchest_conv.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
object oSelf = OBJECT_SELF;
|
||||
object oPC = GetLastUsedBy();
|
||||
if (GetLocalInt(oSelf,"iAmTrapped")!=0)
|
||||
{
|
||||
ActionStartConversation(oPC,"_uoa_tchest_tlk",TRUE,FALSE);
|
||||
return;
|
||||
}
|
||||
if (GetLocalInt(oSelf,"iAmLocked")!=0)
|
||||
{
|
||||
ActionStartConversation(oPC,"_uoa_tchest_tlk",TRUE,FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user