WIP updating help tree data
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
f1 = open("data/Help_En.dat", "r")
|
||||
f2 = open("data/Help_En_Index.dat", "w")
|
||||
f1 = open("Help_En.dat", "r")
|
||||
f2 = open("Help_En_Index.dat", "w")
|
||||
|
||||
while(instr(a$, "& infotext") = 0)
|
||||
line input #f1 a$
|
||||
|
||||
Reference in New Issue
Block a user