Npc read from a text file

Play Now

JohnBarny

Known Cheater
Untrusted Member
Golden Oldie
Apr 16, 2003
1,804
65
240
Ya Mums
how do i make a npc read from a text file eg if i put johnbarny in how do i make it only allow johnbarny to use

also how do i make a npc to add names to a text file

ty
so if its a noob question just never bothered with this before
 

Ripman

LOMCN Developer
Developer
Jul 22, 2003
1,129
20
265
Romania, Timisoara
for johnbarry:

#IF
CheckNameList ..\QuestDiary\Johnbarry.txt
#ACT
bablablablablab


for adding a name to list

#ACT
AddNameList ..\QuestDiary\baabskablsa.txt
 
Upvote 0