Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-21-2001, 02:28 AM
Ylor Ylor is offline
Registered User
Join Date: May 2001
Location: Sweden
Posts: 25
Ylor is on a distinguished road
Send a message via ICQ to Ylor
Question Radio

Who maked all the radio things in Sidra? If you are the maker can you pls send me the radio scripts?
Reply With Quote
  #2  
Old 05-21-2001, 11:59 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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++;
}
}
}
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #3  
Old 05-22-2001, 04:41 AM
CrazedMerlin CrazedMerlin is offline
Some Guy :\
Join Date: Apr 2001
Posts: 3,619
CrazedMerlin is on a distinguished road
Send a message via AIM to CrazedMerlin Send a message via Yahoo to CrazedMerlin
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!@"
__________________

ICQ: 117881194
AIM: TehWizad
E-Mail: [email protected]
Reply With Quote
  #4  
Old 05-22-2001, 05:19 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
I made a phone once before, I'll get the script if I can remember where I put it.
Reply With Quote
  #5  
Old 05-22-2001, 06:38 AM
Lugie Lugie is offline
BANNED 4 EBER$%#
Lugie's Avatar
Join Date: Mar 2001
Location: MY HAUSE
Posts: 1,515
Lugie is on a distinguished road
Send a message via ICQ to Lugie Send a message via AIM to Lugie
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 =\
__________________
TENEIGUL

I love you.
Reply With Quote
  #6  
Old 05-23-2001, 06:18 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
Making a telephone really isn't that hard
Reply With Quote
  #7  
Old 05-25-2001, 12:21 PM
CrazedMerlin CrazedMerlin is offline
Some Guy :\
Join Date: Apr 2001
Posts: 3,619
CrazedMerlin is on a distinguished road
Send a message via AIM to CrazedMerlin Send a message via Yahoo to CrazedMerlin
Quote:
Originally posted by General
Making a telephone really isn't that hard
Hi!
Your name is General!
Ok Thx Bye!
__________________

ICQ: 117881194
AIM: TehWizad
E-Mail: [email protected]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:17 PM.


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