Files
HeroesStone_PRC8/_module/nss/fly_stop.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

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, "");
}