Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

11 lines
360 B
Plaintext

// -----------------------------------------------------------------------------
// MAIN - Example OnUsed of placeable script
// -----------------------------------------------------------------------------
#include "se_inc_pc_loc"
void main()
{
object oPC = GetLastUsedBy();
SE_SaveLocation(oPC);
ExecuteScript("x2_plc_used_act", OBJECT_SELF);
}