I dont know why but ive been searching for this kind of tutorial but i never seen one. Another problem is when i try to look at someone's mod that has a custom ai. It looks like the code is obfuscated. Im not trying to steal but, im just trying to get idea how do they do a mod like that. Sorry if im not knowledged about thus coz im just a beginner, i only know basic of java and i havnt read any book of javascript. I know how to mod basics but i dont know a lot. Please give us some idead on custom AI in mcpe
I dont know why but ive been searching for this kind of tutorial but i never seen one. Another problem is when i try to look at someone's mod that has a custom ai. It looks like the code is obfuscated. Im not trying to steal but, im just trying to get idea how do they do a mod like that. Sorry if im not knowledged about thus coz im just a beginner, i only know basic of java and i havnt read any book of javascript. I know how to mod basics but i dont know a lot. Please give us some idead on custom AI in mcpe
(Sorry for bad english)
Some basic stuff is:
function chatHook(hi) //The following code will be executed when the player says 'hi'
{
clientMessage('Howdie!');
}
Rollback Post to RevisionRollBack
Here to help.
Minecraft: Pocket Edition Modder, Web Developer. Plugin creator!
I dont know why but ive been searching for this kind of tutorial but i never seen one. Another problem is when i try to look at someone's mod that has a custom ai. It looks like the code is obfuscated. Im not trying to steal but, im just trying to get idea how do they do a mod like that. Sorry if im not knowledged about thus coz im just a beginner, i only know basic of java and i havnt read any book of javascript. I know how to mod basics but i dont know a lot. Please give us some idead on custom AI in mcpe
(Sorry for bad english)
Some basic stuff is:
function chatHook(hi) //The following code will be executed when the player says 'hi' { clientMessage('Howdie!'); }Here to help.
Minecraft: Pocket Edition Modder, Web Developer. Plugin creator!
Cheers!
That is not AI