開発資料/BP2ch/Vanillaとの相違点 のバックアップ(No.1)

Top/開発資料/BP2ch/Vanillaとの相違点

Beautiful People 2ch-Ed - Vanillaとの相違点 Edit

 BP 2ch-EdがVanillaに変更を加える部分についての覚書です。

目次 Edit

Character Edit

Dialogue Edit

Conversation Edit

Actors Edit

NPC Edit

Character Edit

Eyes Edit

Character Edit

Hair Edit

Magic Edit

Spell Edit

Lesser Power Edit

Scriptname KTVampSightScript

short targetMagicka
ref casterRef

Begin ScriptEffectStart

If ( player.IsSpellTarget KTVampireHuntersSight == 0 )	//プレイヤーがKTVampireHunterSightを有効にしていなければ、能力を有効にする。
	player.addSpell KTVampireHuntersSight
else
	set casterRef to Player.PlaceAtMe KTMagickaReplenisher 1, 0, 1	//プレイヤーがKTVampireHunterSightを有効にしていれば、能力を無効にする。
	casterRef.MoveTo Player 0, 0, 128
	casterRef.Cast KTVH5Magicka Player
	casterRef.disable
	RemoveSpell KTVampireHuntersSight
endif

End
Scriptname KTKhajiitNightEyeScript

Begin ScriptEffectStart

	If ( player.IsSpellTarget KTKhajiitNightEye == 0 )	//プレイヤーがKTKhajiitNightEyeを有効にしていなければ、能力を有効にする。
		player.addSpell KTKhajiitNightEye
	else
		player.removeSpell KTKhajiitNightEye	//プレイヤーがKTKhajiitNightEyeを有効にしていれば、能力を無効にする。
	endif

End

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS