I think he means only 1 person on the whole server using an npc, once 1 person has done it no one else can. There is a way, but i don't know it. Try looking through the IF/ACTcommands word document that comes with the mirserver files.![]()
i know that it is , because i saw on BandetMir 2.3 , a npc that ask you for ( exa book but the second time when the same players goes to him , he will not ask again fot that book...
[@Teleport]
#IF
CheckNameList Book.txt
#ACT
Goto @reject
#ELSEACT
goto @Teleport1
[@Teleport1]
#IF
Checkitem ProphecyBook 1
#ACT
Mapmove Hell 50 50
Take ProphecyBook 1
AddNameList Book.txt
#SAY
You have been teleported to Hell !!! \ \ \ \ \
<Close/@Exit>\
#ELSESAY
You do not obtain the ProphecyBook. \ \ \ \ \
<Close/@Exit>
[@reject]
You have already took part in this quest.\ \ \ \ \
<Exit/@exit>
Use text commands like above once there name has been recorded to the txt document they will be unable to the quest again on that character.
