16 lines
261 B
Plaintext
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;
|
|
}
|