m
TargetByName is no longer a part of the World of Warcraft API. New way is TargetUnit(player playername)
mNo edit summary |
m (TargetByName is no longer a part of the World of Warcraft API. New way is TargetUnit(player playername)) |
||
| Line 18: | Line 18: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
TargetUnit("player Bob"); | |||
InitiateTrade("target"); | InitiateTrade("target"); | ||
;''Result'' | ;''Result'' | ||
Opens the Trade window with selected target. | Opens the Trade window with selected target (Bob). | ||
---- | ---- | ||