Blockland Forums > Modification Help
Screwed-up Script. I require assistance.
lordician:
Oh dear not this again.
Some time ago i was helping someone with aim-down-sight stuff and he made the same mistake.
Try instead of putting the numbers like this:
eyeoffset= 0;//lolnumbershere
Make it like this:
eyeoffset=lolnumbershere;
A part of code that comes after a "//" is a comment and is not seen as a code by the game.
Comments are not read by the game.
Blocker Ctgr:
You shouldn't post the entire script because some nosy people cough*keesfani*cough like to steal you're hard earned work.
lordician:
--- Quote from: lordician on November 11, 2010, 05:32:43 AM ---Oh dear not this again.
Some time ago i was helping someone with aim-down-sight stuff and he made the same mistake.
Try instead of putting the numbers like this:
eyeoffset= 0;//lolnumbershere
Make it like this:
eyeoffset=lolnumbershere;
A part of code that comes after a "//" is a comment and is not seen as a code by the game.
Comments are not read by the game.
--- End quote ---
Answer, test it and say if it worked and if it doesn't say what you did.
--- Quote from: Blocker Ctgr on November 12, 2010, 07:00:15 AM ---You shouldn't post the entire script because some nosy people cough*keesfani*cough like to steal you're hard earned work.
--- End quote ---
Then the codestealer is a friend. End.
Kike:
--- Quote from: lordician on November 11, 2010, 05:32:43 AM ---Oh dear not this again.
Some time ago i was helping someone with aim-down-sight stuff and he made the same mistake.
Try instead of putting the numbers like this:
eyeoffset= 0;//lolnumbershere
Make it like this:
eyeoffset=lolnumbershere;
A part of code that comes after a "//" is a comment and is not seen as a code by the game.
Comments are not read by the game.
--- End quote ---
Thank you, mah guud man. I shall try this immediately.
Kike:
Not work D: Thanks anyways, lordician