PvPteamdel (script)

From Elanthipedia
Jump to navigation Jump to search
PvPteamdel (script)
Category Combat,Utility
Front-end StormFront
Author User:Mothra


Usage

This script deletes highlight settings for character names as input by you. For use in conjuction with the PvPteam script.

Syntax

  • .PVPTEAMDEL NAME NAME NAME (where name=a name or list of characters' names whose highlight settings you wish to delete)

Script

setvariable %1

start:
IF_1 goto highlight
EXIT

highlight:
DELETEFROMHIGHLIGHTNAMES string=%1
SHIFT
GOTO start