PvPteamdel (script)

From Elanthipedia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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