I'm guessing you don't know Javascript. -.-
Don't worry, you're not wasting my time.
This is how: (In form of an example)
function CustomFunctionName(parameters)
{
//what it will do
}
//then you have to call it
function useItem(x,y,z,itemId,blockId,side)
{
CustomFunctionName();
}
Rollback Post to RevisionRollBack
Willing to work on Android apps or multi-platform games, see profile bio for information.
I know javascript, just need some help making my own functions
Then tell us what you want.
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
To post a comment, please login or register a new account.
Don't worry, you're not wasting my time.
This is how: (In form of an example)
function CustomFunctionName(parameters) { //what it will do } //then you have to call it function useItem(x,y,z,itemId,blockId,side) { CustomFunctionName(); }Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
Then tell us what you want.