Battledale_PRC8/_module/nss/px_lucita_gate.nss

9 lines
265 B
Plaintext
Raw Normal View History

void main()
{
object oMySpeaker = GetLastSpeaker();
location lTargetLoc = GetLocation(oMySpeaker);
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_GREATER_RUIN),lTargetLoc);
CreateObject(OBJECT_TYPE_PLACEABLE,"px_lucita_gate",lTargetLoc);
}