SendMemToTarget
Sends an object from memory slot to the entity's target.
Postal III Ultrapatch+Angel v1.3.0+ Feature
The following function will only work in Postal III Ultrapatch+Angel v1.3.0 or higher.
Syntax
SendMemToTarget <memslot> -- Sets target's target to entity's <memslot>.
Example
// Sends entity's mem slot 7 to the Player, Player's target will be the entity's mem slot 7
xpt_send
{
actions
{
TargetPlayer 1
IfAttr "Object:slot#7 != Object:NULL SendMemToTarget 7"
}
}