I know it's possible to check within the application for files and folders using the "File" object, however, what I am trying to do is check a player's desktop for files with certain traits. Sort've like a Psycho-Mantis-Metal-Gear-Solid scenario
For Example:
player overlaps a sprite, if the player's desktop contains a file named "let-me-in.txt", send player to "Layout2", if not, write text "Hint: bla bla bla"
Or something like:
player overlaps a sprite, if player's desktop contains a file named "square", and file height=file width, send player to "Layout 3"
stuff like that�Would I need to use Python scripting for this, or is there a "simpler" way?
Any ideas?