GetAssociateStartLocation()

NPCの仲間の開始locationを得ます。

location GetAssociateStartLocation();

Description

NPCの仲間の開始locationを返します。



Remarks

この関数はincludeファイルや公式キャンペーン用スクリプトのどこで使われているのか分かりません。これが行うことは、呼出Objectから得られる"NW_ASSOCIATE_START"というローカル変数をlocation変数として返します。


Requirements

#include "NW_I0_GENERIC"

Version

1.22

Example

// プレイヤーキャラクターがヘンチマンを解雇した時用の
// ActionTakenスクリプトで使用する
void main(){
	ClearAllActions();
	ActionMoveToLocation(GetAssociateStartLocation());
}
     

See Also

functions: GetAssociate | SetAssociateStartLocation
categories: Henchmen/Familiars/Summoned Functions


author: Charles Feduke, editor: John Shuell, JP team: Rainie
Send comments on this topic.