TalentSpell(int)
呪文のタレントを作成します。
talent TalentSpell( int nSpell );
Parameters
nSpell
Description
呪文のタレントを作成します。
Version
1.30
Example
//呼出者に最も近い非PCを治療させる void main() { //使用するスキルを決定 talent tTaunt=TalentSpell(SPELL_HEAL); object oCreature=GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_NOT_PC); ActionUseTalentOnObject(tTaunt, oCreature); }
See Also
functions: | TalentFeat | TalentSkill |
categories: | Talents/Skills/Feats Functions |
constants: | SPELL_* Constants |
author: Lilac Soul, JP team: Rainie
Send comments on this topic.