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 09-01-2001, 02:12 PM
Rone Rone is offline
Registered User
Rone's Avatar
Join Date: Aug 2001
Location: Ohio
Posts: 744
Rone is on a distinguished road
Send a message via AIM to Rone Send a message via Yahoo to Rone
Block

I need a Script for a Block GIF so only a certain guild name can walkthrough unless a member of the guild says "Open Dungeon" and or Close Dungeon.. Can someone Plz help me
__________________

Reply With Quote
  #2  
Old 09-01-2001, 02:20 PM
LordMatt LordMatt is offline
V Avatar
LordMatt's Avatar
Join Date: Jun 2001
Location: Texas
Posts: 954
LordMatt is on a distinguished road
Send a message via AIM to LordMatt
I think this will work

if(strequals(#g,Guildname)&&playersays(open dungeons)){
hide;}
if(strequals(#g,Guildname)&&playersays(close dungeons)){
show;
}
__________________
-Matt
Reply With Quote
  #3  
Old 09-01-2001, 02:21 PM
LordMatt LordMatt is offline
V Avatar
LordMatt's Avatar
Join Date: Jun 2001
Location: Texas
Posts: 954
LordMatt is on a distinguished road
Send a message via AIM to LordMatt
thats only one half of it I dont now the rest
__________________
-Matt
Reply With Quote
  #4  
Old 09-01-2001, 03:57 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (playerenters) timereverywhere;
if (playertouchsme&&strequals(#g,guild)) {
hidelocal;
dontblocklocal;
timeout=3;
}
if (playerchats&&strequals(#g,guild)) {
if (strequals(#c,open dungeon)) {
hide;
dontblock;
}
if (strequals(#c,close dungeon)) {
show;
blockagain;
}
}
if (timeout) {
show;
blockagain;
}

__________________

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 04:13 PM.


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