Oh so it's not my device? OK, well I just to tell everyone over at my thread that I can't make an ID for my new Warp Pipes mod, because I would have to retype my whole script, and It is a really long code. That shucks...
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
//Mod created by Arjay07
var Erase=341;
var Pos1=345;
var Pos2=347;
var HCube=351;
var block=0;
var startWorldEdit=405;
var stopWorldEdit=406;
var worldEditState=0;
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==405){
worldEditState=1;
clientMessage=("WorldEdit Started");
{
else if(itemId=406){
worlEditState=0;
clientMessage("WorldEdit Stopped");
}
}
function attackHook(attacker, victim)
{
//Your Code Here
}
function modTick()
{
//Your Code Here
}
//Mod created by Arjay07
var Erase=341;
var Pos1=345;
var Pos2=347;
var HCube=351;
var block=0;
var startWorldEdit=405;
var stopWorldEdit=406;
var worldEditState=0;
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==405){
worldEditState=1;
clientMessage=("WorldEdit Started");
}else if(itemId=406){
worlEditState=0;
clientMessage("WorldEdit Stopped");
}
}
function attackHook(attacker, victim)
{
//Your Code Here
}
function modTick()
{
//Your Code Here
}
I have created a special forum for ModPE
i am accepting Admins and Moderators
i am definitely going to make Treebl and 500ISE an Admin
I will also need moderators
i cant use the new editor? i registed, logged in, then i get a message saying to type ur script id or whatever, i typed in my kit mod id, nothing happen, i tried to create a new one, nothing happened, tried to press Load, still, nothing?!?!
i cant use the new editor? i registed, logged in, then i get a message saying to type ur script id or whatever, i typed in my kit mod id, nothing happen, i tried to create a new one, nothing happened, tried to press Load, still, nothing?!?!
Editor has slow responses. The best thing you could do is be patient. And I don't think old script Ids work anymore. So just be patient. If you spam the button you'll get a lot of scripts in your load drop down menu.
. If you spam the button you'll get a lot of scripts in your load drop down menu.
yep, i learnt the the hard way, finally loaded for me and i have over 70 script names -.- also i cant delete them -.- , and i get the code from my mod and i cant paste to new editor (i am using ipad mini)
Rollback Post to RevisionRollBack
Follow @FinnOnMCPE
To post a comment, please login or register a new account.
Back to modding! Follow me on Twitter @byteandahalf
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://zhuoweizhang.net/MCPELauncher/MCPELauncherApp-release-beta.apk
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat's a Mojang bug and not in ModPE; go yell at Johan. Force-closing the application often fixes that.
//Mod created by Arjay07 var Erase=341; var Pos1=345; var Pos2=347; var HCube=351; var block=0; var startWorldEdit=405; var stopWorldEdit=406; var worldEditState=0; function useItem(x,y,z,itemId,blockId,side) { if(itemId==405){ worldEditState=1; clientMessage=("WorldEdit Started"); { else if(itemId=406){ worlEditState=0; clientMessage("WorldEdit Stopped"); } } function attackHook(attacker, victim) { //Your Code Here } function modTick() { //Your Code Here }Fixed.
yess..
var blah = 0; if(blah==0) { //code }else if(blah==2) { //code }Works for me, are you on an idevice?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBlockLauncher implements it for Android.
Thanks treebl!
You are awesome!
i am accepting Admins and Moderators
i am definitely going to make Treebl and 500ISE an Admin
I will also need moderators
Link:
http://modpescripts.freeforums.org/
PM me on here or on the forum for Admin/Moderator rights but you need to give me a good reason why first.
Editor has slow responses. The best thing you could do is be patient. And I don't think old script Ids work anymore. So just be patient. If you spam the button you'll get a lot of scripts in your load drop down menu.
yep, i learnt the the hard way, finally loaded for me and i have over 70 script names -.- also i cant delete them -.- , and i get the code from my mod and i cant paste to new editor (i am using ipad mini)