ok.
I finally got to play around with the scripting language a bit.
And as was previously mentioned about this language. The scripting
language does seem to be based off of:
IF (Condition) THEN (Action)
The Scripting language would be alot more clear & make more sense
if it was written in this syntax format.
This way it makes the scripting language alot more easier to understand for people that may have never written any code at all!
If the below code was written like the next line of code, It would be alot more clear & straight forward.
Original FPI Script Code:
:STATE=0:SOUND=audiobank\music\horror\title.wav,STATE=1
More Clear & Understandable FPI Code:
If STATE=0 THEN SOUND=audiobank\music\horror\title.wav:STATE=1
The second line of code makes more sense & is more logical in nature. But this is just my opinion only! I think the work that TGC
has done on FPS Creator is nothing short of amazing indeed! However.. I just personally think that if the FPI Scripting Language
was written in such a manner, That you would have fewer questions as the one I originally posted above! Not only from me, But also from others that Im' sure might share the same feeling towards this matter in question.
Best Regards,
DoctorWho...