Heres a guildwar script:
If LCase(Trim(TextSay)) = "/guildwar" Then
If GetPlayerGuildAccess(index) => 3 Then
Call GlobalMsg(GetPlayerName(index) & " of the guild " & GetPlayerGuild(index) & " wishes to battle another guild!", 10)
Call GlobalMsg(index, "PM " & GetPlayerName(index) & "to accept the battle on map" & GetPlayerMap(index) & "!", 9)
Else
Call PlayerMsg(index, "You are not a high enough Guild Access to use that command!", 13)
End If
Exit Sub
End If
Where do I paste it to? Main.txt?