ActionPickUpItem(object)

主体をアイテムへ走らせてインベントリーに入れさせます。

action ActionPickUpItem(
    object oItem
);

Parameters

oItem

拾わせるアイテム


Description

アクションが実行された時、oItemの位置に走り、しゃがんで、インベントリーにoItemを入れます。

エラーが起こった場合には、ログファイルに"ActionPickUpItem failed"と記録されます。



Remarks

推測:oItemへの進路が塞がっている場合、関数は失敗するでしょう。

ActionPickUpItem関数を実行する前に、ActionForceMoveToObject関数を使用するようにしてください。


Version

1.22

See Also

functions: ActionPutDownItem
categories: Action on Object Functions | Inventory Functions | Movement Functions


author: Ryan Hunt, editor: Charles Feduke, JP team: NamaYake, Rainie
Send comments on this topic.