Exevent RenamePet

From Wiki
Revision as of 10:10, 1 September 2007 by Seg (Talk | contribs) (Example)

Jump to: navigation, search


Synopsis

Exevent RenamePet {id} {name}

Description

The Exevent RenamePet command changes the name of the pet given by its id to name.


Note: This command is only available from EUO 1.5 TV 56


Example

finditem %horse G_2
if #FINDCNT > 0
{
	exevent RenamePet #FINDID Name
}
halt

Related Commands

exevent

See also

Main Page Documentation