Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/joril_see_pc.nss
Normal file
13
_module/nss/joril_see_pc.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//Put this OnEnte
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastPerceived();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
if (!GetLastPerceptionSeen()) return;
|
||||
|
||||
AssignCommand(OBJECT_SELF, ActionStartConversation(oPC, "convo_joril_pst"));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user