Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
18
_module/nss/rd_gencheck.nss
Normal file
18
_module/nss/rd_gencheck.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetSpawnInCondition(NW_FLAG_SPECIAL_CONVERSATION))
|
||||
{
|
||||
if(!GetIsObjectValid(GetPCSpeaker()))
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF,"OneLiner") == 0)
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF,"OneLiner",1);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user