Initial commit
Initial commit [v9.7]
This commit is contained in:
17
_module/nss/cnv_mfrgs_fc_not.nss
Normal file
17
_module/nss/cnv_mfrgs_fc_not.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("malufnote0");
|
||||
|
||||
AssignCommand(GetObjectByTag("Gusterg"), SetFacingPoint(GetPosition(oTarget)));
|
||||
|
||||
oTarget = GetObjectByTag("malufnote0");
|
||||
|
||||
AssignCommand(GetObjectByTag("Jardiff"), SetFacingPoint(GetPosition(oTarget)));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user