generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
14
_module/nss/de1_talkchkb.nss
Normal file
14
_module/nss/de1_talkchkb.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Check to see whether this object has been spoken to before.
|
||||
/////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetLocalInt(OBJECT_SELF, "nTalked")== 1;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user