Shargast_PRC8/_module/Chapter 2/nss/se_on_action_tak.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

10 lines
309 B
Plaintext

// -----------------------------------------------------------------------------
// MAIN - Example OnActionTaken of NPC script
// -----------------------------------------------------------------------------
#include "se_inc_pc_loc"
void main()
{
object oPC = GetPCSpeaker();
SE_SaveLocation(oPC);
}