Jump to content
  • 0

using view point to mark particular npcs


Naruto

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

I would like to be able to use an item , that use viewpoint script command, to mark all of an npc, including its duplicates on the current map 

 

can this be done ? thank you 

 

unless i gotta make a bunch of arrays and functions then ill figure it out 

 

nvm i can use questinfo

 

 

 

If anyone curious as to what i was trying to do was to make an item trigger the showevent functionrino 

 

item

 

	Script: <" callfunc "Fairyorb"; ">

 

 npc 

function	script	Fairyorb	{
		doevent("Soldier::OnFairyorb");
	end;
}
macanu,187,145,2	script	Soldier	4_SOLDIER01,{


	OnFairyorb:
		showevent 1,1;
}

 

 

/ok

Edited by Naruto
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...