Initial upload
Initial upload
This commit is contained in:
17
_module/nss/statuetlktrigger.nss
Normal file
17
_module/nss/statuetlktrigger.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//Put this script OnUsed
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
int DoOnce = GetLocalInt(oPC, GetTag(OBJECT_SELF));
|
||||
|
||||
if (DoOnce==TRUE) return;
|
||||
|
||||
SetLocalInt(oPC, GetTag(OBJECT_SELF), TRUE);
|
||||
|
||||
ActionStartConversation(oPC, "judgestatuetalk");
|
||||
|
||||
}
|
Reference in New Issue
Block a user