Alangara_PRC8/_module/nss/emo_tch_on.nss

13 lines
283 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
object oPC = GetLastSpeaker();;
//allows characters to get close to each othere
// Apply Ghost Effect/etc
effect eGhost = EffectCutsceneGhost();
eGhost = SupernaturalEffect( eGhost );
ApplyEffectToObject(DURATION_TYPE_PERMANENT,eGhost,oPC);
}