Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   guild only (https://forums.graalonline.com/forums/showthread.php?t=17137)

ninjaterd 11-17-2001 07:10 AM

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)

entravial 11-17-2001 07:17 AM

~AlphaFlame~

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

ninjaterd 11-17-2001 07:19 AM

woudnt that?
 
woudnt that just set ur guild tag not if u have the doomcastle warriors 1 it well let u in

Poogle 11-17-2001 09:14 AM

if (playertouchsme&&strequals(#g,guild-name)) {
setlevel2 level,x,y;
} And no to the last thats total NOOBISH

SabreKnot 11-17-2001 10:00 AM

if (playertouchsme && strequals(#g,guildname))
{sleep .5;hidelocal;sleep 2.5;show}

fireball_dolphonia 11-18-2001 06:20 AM

if (playertouchsme&&strequals(#g,(guild-name)) {
setlevel2 level,x,y;
}

entravial 11-18-2001 07:41 AM

uhh alpha flame's was right in the first place.

and that fireball_dolphonia guys was exactly the same as poogle

entravial 11-18-2001 08:07 AM

~AlphaFlame~

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


All times are GMT +2. The time now is 12:22 PM.

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