2024-06-20 15:47:42 -04:00

16 lines
261 B
Plaintext

#include "wiztp_effects"
void main()
{
object oPC = GetPCSpeaker();
object wizTP = GetLocalObject(oPC,"wizTP794");
location oPCLoc = GetLocation(oPC);
WizTPEffect(oPC,oPCLoc);
DelayCommand(16.0,dPortal(oPC,wizTP,oPCLoc));
return;
}