[CD3.55] sabuk cave

smoochy boys on tour

Far

tsniffer
Staff member
Developer
May 19, 2003
20,184
30
2,788
540
depends how you want to do it.

If you want to teleport in to a cave with npc, just do

Code:
[@main]
#IF
IsCastleGuild [Sabuk]
#SAY
where would you like to go?
<France/@france>

or you if you want the entrance only open to sabuk people, just put it in mapquest

Code:
D421     [0]     0         [Enter]       *              *         [..\MapQuest_Def\sabukcave]     [@main]

[@main]
#IF
IsCastleGuild [Sabuk]
#ACT
Enter_Ok
#ELSEACT
Enter_Fail

simples
 
Last edited:
Upvote 0