[Tut] Making a object teleport you for dodian
Difficulty: 0.5
Step 1:First of all hit control+f and search for Step 2:Now in there add this
Code:
if (objectID == xxxx) {
teleportToX = xxxx;
teleportToY = xxxx;
break;
}
Step 3(Optional):You could add a message if you want.Add it before the break
Code:
sendMessage("Not enough space in your inventory.");
~Bullet
Re: Making a object teleport you for dodian
boss, this will work on any server :) and it dosent need to be in case132 :P
Re: Making a object teleport you for dodian
I now,and thanks for the post