Lankhmar_PRC8/_module/nss/walk_away_ashart.nss

20 lines
331 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
int nInt;
object oTarget;
object oPC = GetPCSpeaker();
oTarget = GetObjectByTag("Ashartoll");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Ashartoll")));
oTarget = GetObjectByTag("Ashartoll");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Ashartoll");
DestroyObject(oTarget, 3.0);
}