Initial commit
Initial commit [v9.7]
This commit is contained in:
15
_module/nss/dr_fld_cnv_rvrbs.nss
Normal file
15
_module/nss/dr_fld_cnv_rvrbs.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetClickingObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("rivertobs");
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user