13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastSpeaker();;
|
|
|
|
//turns off touching
|
|
|
|
// Apply Ghost Effect/etc
|
|
effect eGhost = EffectCutsceneGhost();
|
|
eGhost = SupernaturalEffect( eGhost );
|
|
RemoveEffect(oPC, eGhost);
|
|
|
|
}
|