#include "wiztp_effects"

void main()
{
    object oPC = GetPCSpeaker();
    object wizTP = GetLocalObject(oPC,"wizTP792");

    location oPCLoc = GetLocation(oPC);

    WizTPEffect(oPC,oPCLoc);

    DelayCommand(16.0,dPortal(oPC,wizTP,oPCLoc));

    return;
}