Teleport by name
From AgeofWiki
|
Teleport by name is a Effect made by daoo which is accessed from the Triggers menu. You can learn more about the triggers window here. You can learn more about using effects here. This is a custom effect, you can learn about adding custom effects here. |
|
|
Image:
|
|
|---|---|
|
Missing image
TeleportByName.jpg Image:TeleportByName.jpg |
|
|
XML Code: |
|
<Effect name="TELEPORT Units By Name">
<Param name="SrcObject" dispName="$$20509$$Name" varType="string">default</Param>
<Param name="Area" dispName="" varType="area">0, 0, 0</Param>
<Command>trUnitSelectClear();</Command>
<Command>trUnitSelect("%SrcObject%");</Command>
<Command>trUnitTeleport(%Area%);</Command>
</Effect>
|
|
|
Effect Description: |
|
|
Teleports units with the selected name to a selected area. |
|
|
Effect Parameters: |
|
|
Name: The unit's protoname you want to teleport. Area: The area you want the units to be teleported to. |
|
|
Notes: |
|
|
No notes for the moment. |
|
|
Still don't understand the Teleport by name effect? Ask a question or discuss it on the discussion page!
Back to Custom Effects |
|
