SetArtifactItem(string)
アーティファクトアイテムのタグを保管する。
void SetArtifactItem( string sTag );
Parameters
sTag
アーティファクトアイテムのタグ
Description
GetArtifactItem関数とPlayerHasArtifactItem関数と一緒に使い、
後で使用できるようにアーティファクトアイテムのタグを文字列変数に保管する。
Remarks
nw_j_artifact.nssの97行目にある。
バイオウエア社公式モジュールで使用されるクエストと報酬システムの一部のため、流用は難しい。
Requirements
#include "nw_j_artifact"
Version
1.28
See Also
functions: | GetArtifactItem | Global | PlayerHasArtifactItem | TakeArtifactItem |
categories: | Local Variables Functions | Module Specific Functions |
author: Lilac Soul, JP team: ngtaicho
Send comments on this topic.