Shargast_PRC8/_module/Chapter 2/nss/se_on_action_tak.nss

10 lines
309 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// -----------------------------------------------------------------------------
// MAIN - Example OnActionTaken of NPC script
// -----------------------------------------------------------------------------
#include "se_inc_pc_loc"
void main()
{
object oPC = GetPCSpeaker();
SE_SaveLocation(oPC);
}