Lankhmar_PRC8/_module/nss/walk_away_kernes.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

26 lines
459 B
Plaintext

/*Script created by Phoenix for BG module: Old Man(OM,om) walks way from PC.*/
//Put the script on the actions taken tab in conver.
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("Kerness");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Kerness")));
oTarget = GetObjectByTag("Kerness");
int nInt;
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Kerness");
DestroyObject(oTarget, 3.0);
}