generated from Jaysyn/ModuleTemplate
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
//NWScript: Barry_1066 - 10/22/2006
|
|
#include "zep_inc_phenos"
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oFlyer = OBJECT_SELF;
|
|
zep_Fly_Land( oFlyer, TRUE, "");
|
|
}
|
|
|