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

12 lines
381 B
Plaintext

void main()
{
object oTarget = GetPCSpeaker();
object oShaft = GetObjectByTag("sf_light1", 0);
location oEnter = GetLocation(oShaft);
vector oPos = GetPosition(oShaft);
float oFace = GetFacing(oShaft);
object oPlace = GetAreaFromLocation(oEnter);
location oHole = Location(oPlace, oPos, oFace);
AssignCommand(oTarget, DelayCommand(1.0,ActionJumpToLocation(wp_riverthrownorth)));
}