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 01-16-2002, 07:12 AM
lordhelmut lordhelmut is offline
Registered User
lordhelmut's Avatar
Join Date: Aug 2001
Posts: 710
lordhelmut is on a distinguished road
Send a message via ICQ to lordhelmut Send a message via AIM to lordhelmut Send a message via Yahoo to lordhelmut
Giving Keys

Alright im trying to make a script so that there is a server flag such as server.people=bob,david,susan,will
and each one is an account name. Im trying to make it so that bob is the only account who can give keys and stuff. How would I make it so it checked if the player saying givekey or whatever was the same account as the first person on the list it would do the action?
Reply With Quote
  #2  
Old 01-16-2002, 07:56 AM
MeoDea MeoDea is offline
Registered User
Join Date: Jan 2002
Location: Canada
Posts: 10
MeoDea is on a distinguished road
Send a message via AIM to MeoDea
I pretty sure it would be...

if (server.people[1]=bob) { code; }
__________________
----
Mook?
Reply With Quote
  #3  
Old 01-16-2002, 11:32 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
hey.
helmut.
i finished the player house system, i just had to remake it cause it was bein screwy. so you have no need to.
but it would be.
to add keys:
addstring server.people,#a;
remove:
removestring server.people,#a;
see if can give key:
this.place = lindexof(server.people,#a);
if (this.place==0) {}
else {}
soooo... :-D just ask me for the playerhouse system. i have been trying to get in contact with you, but you sleep too much.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #4  
Old 01-16-2002, 06:57 PM
lordhelmut lordhelmut is offline
Registered User
lordhelmut's Avatar
Join Date: Aug 2001
Posts: 710
lordhelmut is on a distinguished road
Send a message via ICQ to lordhelmut Send a message via AIM to lordhelmut Send a message via Yahoo to lordhelmut
LOL, Thanks man. I will get on today and be on from 3 till 9 prolly
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 03:14 AM.


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