Asi me parece que seria:
- If UCase$(Left$(rData, 10)) = "/CASTILLO " Then
- rData = Right$(rData, Len(rData) - 10)
- If UserList(UserIndex).GuildIndex > 0 Then
- Select Case UCase(rData)
- Case "SUR"
- If UserList(UserIndex).GuildIndex = GetVar(CastPath, "CASTILLOS", "IndexClanSur") Then
- WarpUserChar UserIndex, 10, 50, 58, True
- SendData SendTarget.ToIndex, UserIndex, 0, "||Has viajado al castillo sur!" & FONTTYPE_INFO
- Else
- SendData SendTarget.ToIndex, UserIndex, 0, "||Tu clan no tiene conquistado el castillo sur, por ende no puedes viajar a este." & FONTTYPE_INFO
- End If
- Case "NORTE"
- If UserList(UserIndex).GuildIndex = GetVar(CastPath, "CASTILLOS", "IndexClanNorte") Then
- WarpUserChar UserIndex, 12, 50, 58, True
- SendData SendTarget.ToIndex, UserIndex, 0, "||Has viajado al castillo norte!" & FONTTYPE_INFO
- Else
- SendData SendTarget.ToIndex, UserIndex, 0, "||Tu clan no tiene conquistado el castillo norte, por ende no puedes viajar a este." & FONTTYPE_INFO
- End If
- Case "ESTE"
- If UserList(UserIndex).GuildIndex = GetVar(CastPath, "CASTILLOS", "IndexClanEste") Then
- WarpUserChar UserIndex, 9, 50, 58, True
- SendData SendTarget.ToIndex, UserIndex, 0, "||Has viajado al castillo este!" & FONTTYPE_INFO
- Else
- SendData SendTarget.ToIndex, UserIndex, 0, "||Tu clan no tiene conquistado el castillo este, por ende no puedes viajar a este." & FONTTYPE_INFO
- End If
- Case "OESTE"
- If UserList(UserIndex).GuildIndex = GetVar(CastPath, "CASTILLOS", "IndexClanOeste") Then
- WarpUserChar UserIndex, 11, 50, 58, True
- SendData SendTarget.ToIndex, UserIndex, 0, "||Has viajado al castillo oeste!" & FONTTYPE_INFO
- Else
- SendData SendTarget.ToIndex, UserIndex, 0, "||Tu clan no tiene conquistado el castillo oeste, por ende no puedes viajar a este." & FONTTYPE_INFO
- End If
- End Select
- Else
- SendData SendTarget.ToIndex, UserIndex, 0, "||No perteneces a ningún clan." & FONTTYPE_INFO
- End If
- End If
Pero mi problema es COMO HAGO PARA QUE EN CLIENTE AL PONER /CASTILLO TE SALTE EL FORMULARIO,YO YA LO TENGO EL FORMULARIO ECHO.




135![Aprendiz [4] Aprendiz [4]](./images/ranks/Rango9.gif)

![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)

![Newbie [4] Newbie [4]](./images/ranks/Rango3.gif)

![Oraculo [1] Oraculo [1]](./images/ranks/Rango25.gif)
