Blockland Forums > Suggestions & Requests
Grapple rope without model?
Legoboss:
Could I have a modified version of the grapple rope that doesn't have the orange printer?
Johnny Blockhead:
It'd be really easy to do this yourself.
I might do it idk
All you have to do is modify the script so it doesn't use a model
hence not using a orange printer
Legoboss:
--- Quote from: Johnny Blockhead on August 10, 2013, 03:24:30 AM ---It'd be really easy to do this yourself.
I might do it idk
All you have to do is modify the script so it doesn't use a model
hence not using a orange printer
--- End quote ---
Idk how to do anything add-on related
so
Johnny Blockhead:
It is really, really, mind hurtingly simple.
Go into the script with notepad++
Where it says anything concerning models delete it or change directory
???
profits
Mr.Noßody:
The printer model is specified in the base code.
If you wanted to remove the model, you'd have to take out the specifying code and redirect it to use no model from the folder.
It's a bigger ordeal than you'd think.