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

7 lines
222 B
Plaintext

void main()
{
object oTarget = GetLocalObject(OBJECT_SELF, "DM_PAA_oPlaceable8");
SetLocalObject(OBJECT_SELF, "DM_PAA_oTarget", oTarget);
SetLocalLocation(OBJECT_SELF, "DM_PAA_lOriginal", GetLocation(oTarget));
}