[24 Dec 2009] is it possible to use: openfile(1, "fileX") when x differs?
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 24 Dec 2009 09:52:27 -0000
i have this level tables as saved files.
Now i would like to use somethinglike:
For it to open file level1.bin or if X being 2, then level2.bin and so on.
I can do this way in perl, but is there a way to do this same in Hollywood?
i have this level tables as saved files.
Now i would like to use somethinglike:
Code: Select all
X=1 (for example)
Openfile(1, "levelX.bin")
I can do this way in perl, but is there a way to do this same in Hollywood?