From CatX@21:1/197 to All on Thursday, January 31, 2019 13:22:03
I've been basing my scripts around the fantastic gamestub.mpl for quite
some time now, but one of my projects have shown to be very difficult for
me..
Essentially what I want to do is to make a script that rapidly creates 256 records (one for each SecLVL/rank) in a single file, each of them looking
like the following:
Type RequirementsRec = record
Req1 : String[40] = "None"
Req2 : String[40] = "None"
Req3 : String[40] = "None"
Req4 : String[40] = "None"
End
It's the last piece of the puzzle that I need, so to speak.
It really shouldn't be that hard to do but thanks to my mediocre
programming skills I've been unable to.. If someone could give me a hint
in the right direction it would be really appreciated :)