| Blockland Forums > Suggestions & Requests |
| Urination Item |
| << < (2/3) > >> |
| BDX:
--- Quote from: MARBLE MAN on December 05, 2013, 12:07:17 PM ---(The following was typed on a phone, fix errors if necessary) datablock ItemData(PeeingItem:PrintGun) { uiname = "Pee"; image = PeeingImage; colorshiftColor = "1 1 0 1"; }; datablock ShapeBaseImageData(PeeingImage:PrintGunImage) { colorShiftColor = "1 1 0 1"; shapeFile="base/data/shapes/empty.dts"; //might have to change this (wrong file path) stateEmitter[2] = "PeeEmitter"; //you will have to make this stateSound[2] = ""; offset="-0.25 0 -1"; //You might have to adjust this eyeOffset = "-0.25 0 -1"; //Same as above }; godspeed --- End quote --- Neat little tutorial. Can you give me a list of common commands/functions used in blockland mods? That would help alot. |
| XR-7:
This is already made for some people (maybe using them as private addons, but idk). Tezuni has it so if you type /pee in chat box a yellow arc comes out of your blockhead. |
| MARBLE MAN:
--- Quote from: XR-7 on December 05, 2013, 03:08:40 PM ---This is already made for some people (maybe using them as private addons, but idk). Tezuni has it so if you type /pee in chat box a yellow arc comes out of your blockhead. --- End quote --- item |
| BDX:
--- Quote from: MARBLE MAN on December 05, 2013, 04:03:45 PM ---item --- End quote --- Yeah that reminds me, I tried fiddling around with some code, and I can get it to appear in the add-on list, but I can't seem to get it to appear as an item in-game. |
| MARBLE MAN:
--- Quote from: BDX on December 05, 2013, 04:33:20 PM ---Yeah that reminds me, I tried fiddling around with some code, and I can get it to appear in the add-on list, but I can't seem to get it to appear as an item in-game. --- End quote --- Syntax errors? I'll make something when I get home |
| Navigation |
| Message Index |
| Next page |
| Previous page |