Page 1 of 1

[Q] <find_object_component />

Posted: Fri, 22. Nov 13, 21:35
by ybeline
Hello,



Is this code appropriate if I want to get all the Upgradetraders (=Mechanics) of the platform on which the player is standing?

<find_object_component name="$Upgradetraders_OnPlatform" object="player.platform" multiple="true" class="class.npc.type.upgradetrader" />

Edit:
<find_object_component name="$Upgradetraders_OnPlatform" object="player.platform" multiple="true" class="class.npc" entitytype="entitytype.upgradetrader" />
That seems to work :)



Thanks,

Regards,

ybeline