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 11-17-2001, 07:10 AM
ninjaterd ninjaterd is offline
Banned
Join Date: Oct 2001
Location: somewere
Posts: 247
ninjaterd is on a distinguished road
Send a message via AIM to ninjaterd
guild only

How do u make it so a certain guild can enter a house

e.g a door only opens if u have the guild tag e.g (doomcastle Warriors)
Reply With Quote
  #2  
Old 11-17-2001, 07:17 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

Use strequals(#g,guild-name)...
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #3  
Old 11-17-2001, 07:19 AM
ninjaterd ninjaterd is offline
Banned
Join Date: Oct 2001
Location: somewere
Posts: 247
ninjaterd is on a distinguished road
Send a message via AIM to ninjaterd
woudnt that?

woudnt that just set ur guild tag not if u have the doomcastle warriors 1 it well let u in
Reply With Quote
  #4  
Old 11-17-2001, 09:14 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
if (playertouchsme&&strequals(#g,guild-name)) {
setlevel2 level,x,y;
} And no to the last thats total NOOBISH
Reply With Quote
  #5  
Old 11-17-2001, 10:00 AM
SabreKnot SabreKnot is offline
Registered User
SabreKnot's Avatar
Join Date: Nov 2001
Posts: 524
SabreKnot is on a distinguished road
if (playertouchsme && strequals(#g,guildname))
{sleep .5;hidelocal;sleep 2.5;show}
Reply With Quote
  #6  
Old 11-18-2001, 06:20 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
if (playertouchsme&&strequals(#g,(guild-name)) {
setlevel2 level,x,y;
}
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #7  
Old 11-18-2001, 07:41 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
uhh alpha flame's was right in the first place.

and that fireball_dolphonia guys was exactly the same as poogle
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #8  
Old 11-18-2001, 08:07 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

And Poogle lifted my strequals... hah... XD
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
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 07:48 PM.


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