This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Just want to ask...
How to use "Level.getSignText(int x,int y,int z,int line)"?
Click them::
example:
var text1;
function modTick(){
text1=Level.getSignText(5, 65, 70, 3);
}
This little Script saves 20 times per second the text of the sign at the coordinates 5, 65, 70 in line 3 in the variable text1. I hope this helps you.
Just want to ask...
How to use "Level.getSignText(int x,int y,int z,int line)"?
Click them::
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumexample:
var text1;
function modTick(){
text1=Level.getSignText(5, 65, 70, 3);
}
This little Script saves 20 times per second the text of the sign at the coordinates 5, 65, 70 in line 3 in the variable text1. I hope this helps you.