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