How would I go about searching for a savefile?
I have a proc called Load()
What I want to have is:
mob
proc/Load()
//Search for savefile
if(Savefile==found)
src.Load_Process()
else if(Savefile==notfound)
return
src << "No savefile was found for you."