Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Radio (https://forums.graalonline.com/forums/showthread.php?t=3277)

Ylor 05-21-2001 02:28 AM

Radio
 
Who maked all the radio things in Sidra? If you are the maker can you pls send me the radio scripts?

LiquidIce00 05-21-2001 11:59 AM

Those arent hard.
This is like u can be in separate rooms and the radio shows the message u set from the other radio..

Syntax:sendmessage message goes here

(might be buggy im just scripting here , not tested)

Radio1 would have:

//Npc Made By LiquidIce

if (playerenters) {
setcharprop #c, #s(server.radio1);
timeout=1;
}
if (timeout) { setcharprop #c, #s(server.radio1); timeout=1; }
if (playerchats) {
tokenize #c;
if (strequals(#t(0),sendmessage)) {
this.count=1;
setstring server.radio2,;
while (this.count<tokenscount) {
setstring server.radio2,#s(server.radio2) #t(this.count);
setstring server.radio2,#T(#s(server.radio2));
this.count++;
}
}
}

and Radio 2

//Npc Made By LiquidIce

if (playerenters) {
setcharprop #c, #s(server.radio2);
timeout=1;
}
if (timeout) { setcharprop #c, #s(server.radio2); timeout=1; }
if (playerchats) {
tokenize #c;
if (strequals(#t(0),sendmessage)) {
this.count=1;
setstring server.radio1,;
while (this.count<tokenscount) {
setstring server.radio1,#s(server.radio1) #t(this.count);
setstring server.radio1,#T(#s(server.radio1));
this.count++;
}
}
}

CrazedMerlin 05-22-2001 04:41 AM

I can see atleast TRYING to make a script and asking for HELP but not just "!@ CAN I HAVE SO AND SO SCRIPT TO MAKE MY PLAYEROWRLZ!@"
then 10 miniutes later
"!@ I HAVE THE BEST PLAYERWODL WITH ALL ORIGINAL SCRIPTS!@"

freddyfox 05-22-2001 05:19 AM

I made a phone once before, I'll get the script if I can remember where I put it.

Lugie 05-22-2001 06:38 AM

i remember your phone that u submitted to the place once when i kept up on that stuff... but the problem was, i couldnt find the other booth =\

General 05-23-2001 06:18 AM

Making a telephone really isn't that hard

CrazedMerlin 05-25-2001 12:21 PM

Quote:

Originally posted by General
Making a telephone really isn't that hard
Hi!
Your name is General!
Ok Thx Bye!


All times are GMT +2. The time now is 10:46 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.