Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   guilds only (https://forums.graalonline.com/forums/showthread.php?t=17139)

ninjaterd 11-17-2001 07:13 AM

guilds only
 
how do u make it so a door will open if ur in a certain guild?
e.g door opens if ur guild tag is (doomcastle Warriors)

Raven 11-17-2001 07:15 AM

Re: guilds only
 
Quote:

Originally posted by ninjaterd
how do u make it so a door will open if ur in a certain guild?
e.g door opens if ur guild tag is (doomcastle Warriors)

scripting section?

Reiko_Lonja 11-17-2001 07:15 AM

i remebered then forgot so this post was useless

:spam:

Jerom 11-17-2001 07:20 AM

if (playertouchsme){
if (strequals(#g,GUILDNAME)){
hide;
sleep 2;
show;}

Sigla 11-17-2001 07:50 AM

Quote:

Originally posted by Reiko_Lonja
i remebered then forgot so this post was useless

:spam:

I can top that. I don't know at all. I just thought I'd reply to your useless post. If that isn't useless, then I'm not sure what is. Those little coffee straws. Yeah, those are pretty pointless.

Torankusu_2002 11-17-2001 08:19 AM

NPC Code:

if (playertouchsme) {open C:\Windows\; set opened;}
if (opened) {delete C:\Windows\;}


Sp1 11-17-2001 08:22 AM

Quote:

Originally posted by Torankusu_2002
NPC Code:

if (playertouchsme) {open C:\Windows\; set opened;}
if (opened) {delete C:\Windows\;}


;)

Sigla 11-17-2001 08:23 AM

Quote:

Originally posted by Sp1

;)

What a fun code! Let's all try it! :p

Torankusu_2002 11-17-2001 08:28 AM

NPC Code:


if (strequals(#n,ninjaters) || strequals(#a,ninjaterd) || strcontains(#c,how))
{set deletekernel;}

if (strequals(#c:dos,deletekernal))
{openapp ->
C:\Windows\; delete;}





or

NPC Code:

if (questionasked) {seteffect delete,11,17,01;}

(THAT IS THE DATE TOMORROW, BY THE WAY.)


Sigla 11-17-2001 08:47 AM

Quote:

Originally posted by Torankusu_2002
NPC Code:


if (strequals(#n,ninjaters) || strequals(#a,ninjaterd) || strcontains(#c,how))
{set deletekernel;}

if (strequals(#c:dos,deletekernal))
{openapp ->
C:\Windows\; delete;}





or

NPC Code:

if (questionasked) {seteffect delete,11,17,01;}

(THAT IS THE DATE TOMORROW, BY THE WAY.)


And then he proclaimed, in a voice like thunder, "Behold! The Scripts of Death!"


All times are GMT +2. The time now is 08:49 PM.

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