Blockland Forums > Modification Help
[CHALLENGE] Rosetta Code - "Tasks not implemented in torquescript"
Ipquarx:
--- Quote from: Greek2me on June 18, 2012, 12:59:11 AM ---FileCopy and FileDelete are functions added by Badspot. You should probably remove that.
--- End quote ---
Well fileCopy i can make easily enough, but how does fileDelete work ?.?
elm:
--- Quote from: Ipquarx on June 18, 2012, 04:07:23 PM ---Well fileCopy i can make easily enough, but how does fileDelete work ?.?
--- End quote ---
I don't think you can delete a file in blockland any other way.
Ipquarx:
--- Quote from: elm on June 18, 2012, 04:09:45 PM ---I don't think you can delete a file in blockland any other way.
--- End quote ---
Well i mean in torque in general. It must be possible, otherwise you couldn't do it in blockland :/
elm:
--- Quote from: Ipquarx on June 18, 2012, 04:12:27 PM ---Well i mean in torque in general. It must be possible, otherwise you couldn't do it in blockland :/
--- End quote ---
Grab a T3D demo and go look.
Ipquarx:
--- Quote from: elm on June 18, 2012, 04:13:14 PM ---Grab a T3D demo and go look.
--- End quote ---
I actually just looked at the full torque 3d torquescript reference, fileDelete is a default function.