Naruto Posted June 29, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted June 29, 2019 (edited) 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; } Edited June 29, 2019 by Naruto Quote Link to comment Share on other sites More sharing options...
Question
Naruto
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; }
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.