Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/wiztp_do791.nss
Normal file
15
_module/nss/wiztp_do791.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "wiztp_effects"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object wizTP = GetLocalObject(oPC,"wizTP791");
|
||||
|
||||
location oPCLoc = GetLocation(oPC);
|
||||
|
||||
WizTPEffect(oPC,oPCLoc);
|
||||
|
||||
DelayCommand(16.0,dPortal(oPC,wizTP,oPCLoc));
|
||||
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user