Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   GraalOnline Era (https://www.graalians.com/forums/forumdisplay.php?f=13)
-   -   I need some scripts(help) :D (https://www.graalians.com/forums/showthread.php?t=8866)

Bulldogg Lucero 07-27-2012 09:16 AM

I need some scripts(help) :D
 
1 Attachment(s)
Hey i need to know how can i make a sign not do this

callimuc 07-27-2012 09:54 AM

put #b right there where you want to have a new line

V. 07-27-2012 10:27 AM

How'd you make the signs in the first place? I've always struggled.

Alexei 07-27-2012 11:09 AM

/thread

Johnaudi 07-27-2012 11:47 AM

Quote:

Posted by V. (Post 168428)
How'd you make the signs in the first place? I've always struggled.

if (playertouchsme) {
say2 text here;
}

Emera 07-27-2012 12:26 PM

Quote:

Posted by Johnaudi (Post 168451)
if (playertouchsme) {
say2 text here;
}

That's used if you're using GraalEditor offline. If you're looking to do it online:
PHP Code:

say2("Hello my name is Emera#bI like to eat pie."); 

I've always found that to be messy though because of the random #b in the middle of the text, so I'll usually do something like:
PHP Code:

say2(
  
"Hello my name is Emera" NL
  
"I like to eat pie."
); 

but it's really just personal preference.

Vladd 07-27-2012 12:38 PM

should be in general discussion not so much concerning iera :/

Johnaudi 07-27-2012 12:41 PM

Quote:

Posted by Emera (Post 168461)
That's used if you're using GraalEditor offline. If you're looking to do it online:
PHP Code:

say2("Hello my name is Emera#bI like to eat pie."); 

I've always found that to be messy though because of the random #b in the middle of the text, so I'll usually do something like:
PHP Code:

say2(
  
"Hello my name is Emera" NL
  
"I like to eat pie."
); 

but it's really just personal preference.

He's using offline editor, but NL is new for me :0 thanks

callimuc 07-27-2012 09:39 PM

Quote:

Posted by Emera (Post 168461)
That's used if you're using GraalEditor offline. If you're looking to do it online:
PHP Code:

say2("Hello my name is Emera#bI like to eat pie."); 

I've always found that to be messy though because of the random #b in the middle of the text, so I'll usually do something like:
PHP Code:

say2(
  
"Hello my name is Emera" NL
  
"I like to eat pie."
); 

but it's really just personal preference.

Damn why do I always forget NL >:

V. 07-27-2012 09:58 PM

Thanks for the help, but I couldn't get it to work.

Johnaudi 07-27-2012 10:01 PM

Quote:

Posted by callimuc (Post 168666)
Damn why do I always forget NL >:

NL = New Line .-.

callimuc 07-27-2012 10:04 PM

Quote:

Posted by Johnaudi (Post 168676)
NL = New Line .-.

I know but I always forget to use it

Bulldogg Lucero 07-27-2012 11:59 PM

Thanks i'm gonna try it :D


All times are GMT. The time now is 08:24 AM.

Powered by vBulletin/Copyright ©2000 - 2026, vBulletin Solutions Inc.